Change the cover for hidden labels to "Hidden"
This makes it shorter and hopefully fixes broken layouts in some translations
This commit is contained in:
parent
6484d447bb
commit
6a7ea85dcf
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
|||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:textSize="28sp"
|
||||
android:textStyle="bold"
|
||||
android:text="@string/label_tap_to_reveal" />
|
||||
android:text="@string/label_hidden" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<!-- Labels -->
|
||||
<string name="label_clipboard_content" translatable="false">OTP Token</string>
|
||||
<string name="label_tap_to_reveal">Tap to reveal</string>
|
||||
<string name="label_hidden">Hidden</string>
|
||||
<string name="label_type">Type</string>
|
||||
<string name="label_secret">Secret</string>
|
||||
<string name="label_period">Period</string>
|
||||
|
|
Loading…
Reference in a new issue