unify custom emojis text

This commit is contained in:
Jan Bidler
2022-08-28 18:05:50 +02:00
committed by Tobias Fella
parent c2c235eff1
commit 55659e488f

View File

@@ -25,7 +25,7 @@ Kirigami.CategorizedSettings {
page: Qt.resolvedUrl("AccountsPage.qml")
},
Kirigami.SettingAction {
text: i18n("Custom Emoji")
text: i18n("Custom Emojis")
icon.name: "preferences-desktop-emoticons"
page: Qt.resolvedUrl("Emoticons.qml")
},