Skip to content

Commit 166a163

Browse files
authored
[5.4] Tags error message (joomla#45569)
As with most core components the tags component will display a different error message if the alias is not unique to when the alias is not unique and trashed. This simple PR corrects the error message for tags. This will allow a future PR to provide more helpful error messages. Signed-off-by: BrianTeeman <[email protected]>
1 parent 1a6c306 commit 166a163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/language/en-GB/com_tags.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ COM_TAGS_COUNT_UNPUBLISHED_ITEMS="Unpublished items"
3737
COM_TAGS_EMPTYSTATE_BUTTON_ADD="Add your first tag"
3838
COM_TAGS_EMPTYSTATE_CONTENT="Tags in Joomla! provide a flexible way of organizing content. The same tag can be applied to many different content items across content types."
3939
COM_TAGS_EMPTYSTATE_TITLE="No Tags have been created yet."
40-
COM_TAGS_ERROR_UNIQUE_ALIAS="Another Tag has the same alias (remember it may be a trashed item)."
40+
COM_TAGS_ERROR_UNIQUE_ALIAS="Another Tag has the same alias."
4141
COM_TAGS_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Tag with the same parent tag has the same alias."
4242
COM_TAGS_EXCLUDE="Exclude"
4343
COM_TAGS_FIELD_CONTENT_TYPE_LABEL="Content types"

0 commit comments

Comments
 (0)