Text replacement on login screen
This commit is contained in:
parent
5964444b58
commit
50a781ad05
|
@ -54,7 +54,7 @@
|
|||
size_hint_x: None
|
||||
width: dp(200)
|
||||
MDLabel:
|
||||
text: app.tr._("Random Number Generator")
|
||||
text: app.tr._("Pseudorandom Generator")
|
||||
|
||||
AnchorLayout:
|
||||
size_hint_y: None
|
||||
|
@ -74,7 +74,7 @@
|
|||
size_hint_x: None
|
||||
width: dp(200)
|
||||
MDLabel:
|
||||
text: app.tr._("Pseudo Number Generator")
|
||||
text: app.tr._("Passphrase (deterministic) Generator")
|
||||
AnchorLayout:
|
||||
MDFillRoundFlatIconButton:
|
||||
icon: "chevron-double-right"
|
||||
|
|
Reference in New Issue
Block a user