fix: add missing translation

This commit is contained in:
0xMRTT 2022-09-23 17:27:11 +02:00
parent 0fba835869
commit ffb6fef874
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -91,7 +91,7 @@ class GradienceWelcomeWindow(Adw.Window):
)
if self.update:
self.page_welcome.set_title("Thanks for updating Gradience!")
self.page_welcome.set_title(_("Thanks for updating Gradience!"))
self.page_release.set_title(f"Gradience {version}")