Text replacement on login screen
This commit is contained in:
parent
5964444b58
commit
50a781ad05
|
@ -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"
|
||||||
|
|
Reference in New Issue
Block a user