UX: update "all tags" to "remove filter" for tag breadcrumb dropdown (#27424)

This commit is contained in:
Kris 2024-06-11 13:21:09 -04:00 committed by GitHub
parent dc2be1a9bd
commit f95d80af26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View File

@ -58,8 +58,8 @@ module("Integration | Component | select-kit/tag-drop", function (hooks) {
);
assert.strictEqual(
content[1].name,
I18n.t("tagging.selector_all_tags"),
"it has the correct label for all-tags"
I18n.t("tagging.selector_remove_filter"),
"it has the correct label for removing the tag filter"
);
await this.subject.fillInFilter("dav");

View File

@ -106,7 +106,7 @@ export default ComboBoxComponent.extend(TagsMixin, {
if (this.tagId) {
shortcuts.push({
id: ALL_TAGS_ID,
name: I18n.t("tagging.selector_all_tags"),
name: I18n.t("tagging.selector_remove_filter"),
});
}

View File

@ -4454,7 +4454,6 @@ en:
all_tags: "All tags"
other_tags: "Other Tags"
selector_tags: "tags"
selector_all_tags: "all tags"
selector_no_tags: "no tags"
selector_remove_filter: "remove filter"
tags: "Tags"
@ -5386,7 +5385,6 @@ en:
legal: "Legal"
moderation_flags: "Moderation Flags"
appearance:
title: "Appearance"
sidebar_link: