Clarify import form json file.
This commit is contained in:
@@ -45,7 +45,7 @@ Kirigami.ApplicationWindow {
|
||||
contextualActions: [
|
||||
Kirigami.Action {
|
||||
iconName: "application-javascript"
|
||||
text: qsTr("Import From Carfax")
|
||||
text: qsTr("Import From Carfax JSON")
|
||||
onTriggered: {
|
||||
importDialog.visible = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user