ui: change token title

This commit is contained in:
2023-05-06 17:36:33 +02:00
parent 2807fe6b61
commit a5ba733efe

View File

@@ -86,7 +86,7 @@ template ImaginerWindow : Adw.ApplicationWindow {
}
Adw.PasswordEntryRow token {
title: _("Token (if you hit rate limit)");
title: _("API Token");
}
}