UX: Remove unused strings (#19701)

* Remove unused strings
* Remove trailing quote from string
* Remove even more unused strings (they were removed in c4e10f2a9d)
* Don't use translations in tests which are only available on server
* Use more specific translation (and fix missing translation)
This commit is contained in:
Gerhard Schlager
2023-01-04 10:32:53 +01:00
committed by GitHub
parent bbcdf74c58
commit 8dfe7a68e6
5 changed files with 13 additions and 17 deletions
@@ -106,7 +106,7 @@
}}
@action={{action "revert" c}}
@title="admin.customize.colors.revert_title"
@label="revert"
@label="admin.customize.colors.revert"
/>
<DButton
@class={{concat
@@ -115,7 +115,7 @@
}}
@action={{action "undo" c}}
@title="admin.customize.colors.undo_title"
@label="undo"
@label="admin.customize.colors.undo"
/>
{{/unless}}
</td>
@@ -127,4 +127,4 @@
<p>{{i18n "search.no_results"}}</p>
{{/if}}
</div>
</div>
</div>