1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 08:19:09 -05:00

Remove hardcoded strings (#1177)

This commit is contained in:
Rafał Borcz 2021-03-03 20:18:03 +01:00 committed by GitHub
parent 6a4aaff8d6
commit 76039e5eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
android:layout_marginStart="24dp"
android:layout_marginTop="28dp"
android:layout_marginEnd="24dp"
android:text="Wybierz kolor avatara"
android:text="@string/account_edit_avatar_title"
android:textSize="21sp"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"

View File

@ -418,6 +418,7 @@
<!--Account edit-->
<string name="account_edit_nick_hint">Nick</string>
<string name="account_edit_header">Add nick</string>
<string name="account_edit_avatar_title">Choose avatar color</string>
<!--Log viewer-->
@ -549,5 +550,4 @@
<string name="error_unknown">An unexpected error occurred</string>
<string name="error_feature_disabled">Feature disabled by your school</string>
<string name="error_feature_not_available">Feature not available. Login in a mode other than Mobile API</string>
</resources>