Fix capitalization

This commit is contained in:
kramo
2023-04-05 10:55:08 +02:00
parent 087c7989c2
commit 4a1f9d3f86
2 changed files with 3 additions and 3 deletions

View File

@@ -332,7 +332,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
self.sgdb_key_group.set_description(
_(
"An API Key is required to use SteamGridDB. You can generate one {}here{}."
"An API key is required to use SteamGridDB. You can generate one {}here{}."
).format(
'<a href="https://www.steamgriddb.com/profile/preferences/api">', "</a>"
)