Skip to content
Snippets Groups Projects
Commit 18a8e0cc authored by Taras's avatar Taras
Browse files

Add default value for terms name

parent 4e16262d
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,6 @@ const val DEFAULT_ERROR_MESSAGE = "Something went wrong" ...@@ -8,4 +8,6 @@ const val DEFAULT_ERROR_MESSAGE = "Something went wrong"
const val AUTH_EXCEPTION_REASON_KEY = "reason" const val AUTH_EXCEPTION_REASON_KEY = "reason"
const val PENDING_SESSION_PROPERTY_NAME = "pendingSessionData" const val PENDING_SESSION_PROPERTY_NAME = "pendingSessionData"
const val CURRENT_SESSION_PROPERTY_NAME = "currentSession" const val CURRENT_SESSION_PROPERTY_NAME = "currentSession"
\ No newline at end of file
const val DEFAULT_TERMS_NAME = "Terms and Conditions"
\ No newline at end of file
...@@ -64,6 +64,8 @@ ...@@ -64,6 +64,8 @@
<string name="sign_up_token">SignUp token</string> <string name="sign_up_token">SignUp token</string>
<string name="sign_up_token_explanation">In order to sign up for a service, every new user must present a valid registration token.\n\nIf you found out about the app from a friend or from the posting online, you should be able to get a signup token from the same source.</string> <string name="sign_up_token_explanation">In order to sign up for a service, every new user must present a valid registration token.\n\nIf you found out about the app from a friend or from the posting online, you should be able to get a signup token from the same source.</string>
<string name="sign_up_stage_subtitle_format">Stage %d of %d</string> <string name="sign_up_stage_subtitle_format">Stage %d of %d</string>
<string name="accept">Accept</string>
<string name="accept_terms_to_continue">Accept terms to continue</string>
<plurals name="member_plurals"> <plurals name="member_plurals">
<item quantity="one">%d member</item> <item quantity="one">%d member</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment