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:
Jakob Nixdorf 2017-11-15 13:43:23 +01:00
parent 6484d447bb
commit 6a7ea85dcf
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>