ui: change token title

This commit is contained in:
0xMRTT 2023-05-06 17:36:33 +02:00
parent 2807fe6b61
commit a5ba733efe
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD

View File

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