From 6a6c2937feecddf0b890c70cf3e23be2bac5e295 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 29 Dec 2020 22:36:28 +0100 Subject: [PATCH] Ensure consistent spelling of "ID" (#8042) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 5ca4cc9b69..1f5ec304d2 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -854,7 +854,7 @@ "new_tag": "New tag", "name": "Name", "description": "Description", - "tag_id": "Tag id", + "tag_id": "Tag ID", "tag_id_placeholder": "Autogenerated when left empty", "delete": "Delete", "update": "Update",