mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 04:39:04 +00:00
update labels
This commit is contained in:
parent
eee013ee49
commit
b26f22c0b8
2 changed files with 7 additions and 5 deletions
|
|
@ -36,7 +36,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="fill_horizontal"
|
||||
android:hint="New challenge title"
|
||||
android:hint="@string/new_challenge_title"
|
||||
android:id="@+id/create_challenge_title"
|
||||
android:textColor="@color/white"
|
||||
android:textColorHighlight="@color/brand_500"
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<EditText
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Description"
|
||||
android:hint="@string/description_optional"
|
||||
android:inputType="textMultiLine"
|
||||
|
||||
android:id="@+id/create_challenge_description"
|
||||
|
|
|
|||
|
|
@ -578,7 +578,9 @@
|
|||
<string name="challenge_create_error_tavern_one_gem">You need at least 1 gem to create a challenge in Tavern.</string>
|
||||
<string name="challenge_create_error_enough_gems">You don\'t have enough gems to create a challenge.</string>
|
||||
<string name="identify_your_challenge_with_a_tag">Identify your challenge with a tag ..</string>
|
||||
<string name="challenge_create_error_tag">Please set a tag.</string>
|
||||
<string name="challenge_create_error_no_tasks">You need at least 1 task to create a challenge.</string>
|
||||
<string name="challenge_create_error_title">Please set a title.</string>
|
||||
<string name="challenge_create_error_tag">You need a tag to create this Challenge.</string>
|
||||
<string name="challenge_create_error_no_tasks">You need to add at least one task to create this Challenge.</string>
|
||||
<string name="challenge_create_error_title">You need a title to create this Challenge.</string>
|
||||
<string name="description_optional">Description (optional)</string>
|
||||
<string name="new_challenge_title">New challenge title</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue