mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:36:09 +00:00
UI: Fix typo
This commit is contained in:
parent
0cf52cc95f
commit
b560aac29c
@ -70,7 +70,7 @@ BasePage {
|
||||
Button {
|
||||
enabled: editGroupName.text && appsColumn.enabled
|
||||
text: QT_TRANSLATE_NOOP("qml", "Rename Group")
|
||||
onClicked: removeAppGroup()
|
||||
onClicked: renameAppGroup()
|
||||
}
|
||||
|
||||
Item {
|
||||
|
Loading…
Reference in New Issue
Block a user