Text replacement on login screen

This commit is contained in:
osamacis 2022-11-18 15:56:49 +05:30
parent 5964444b58
commit 50a781ad05
No known key found for this signature in database
GPG Key ID: 15F978BEFADAB9E1

View File

@ -54,7 +54,7 @@
size_hint_x: None size_hint_x: None
width: dp(200) width: dp(200)
MDLabel: MDLabel:
text: app.tr._("Random Number Generator") text: app.tr._("Pseudorandom Generator")
AnchorLayout: AnchorLayout:
size_hint_y: None size_hint_y: None
@ -74,7 +74,7 @@
size_hint_x: None size_hint_x: None
width: dp(200) width: dp(200)
MDLabel: MDLabel:
text: app.tr._("Pseudo Number Generator") text: app.tr._("Passphrase (deterministic) Generator")
AnchorLayout: AnchorLayout:
MDFillRoundFlatIconButton: MDFillRoundFlatIconButton:
icon: "chevron-double-right" icon: "chevron-double-right"