Updated on 2026-08-14

This commit is contained in:
Tangem 2021-02-19 10:48:37 +03:00
parent cc1b9636d2
commit 1f6b9ac469
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@
app:drawableEndCompat="@drawable/ic_angle_bracket_right"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_disclaimer"
android:text="@string/terms_of_use" />
android:text="@string/details_terms_of_use" />
<TextView
android:id="@+id/tv_settings_title"

View file

@ -27,6 +27,7 @@ this wallet.
<string name="details_twins_recreate_subtitle" translatable="false">The wallet creation procedure consists of three steps. You must complete it to the end, otherwise you will have to start from the beginning.</string>
<string name="details_twins_recreate_button_format" translatable="false">Tap the card #%s</string>
<string name="details_twins_recreate_alert" translatable="false">You have already started the process of recreating twin wallet. If you interrupt it, you won\'t be able to use your twin cards until you start it again and complete recreating the wallet.</string>
<string name="details_terms_of_use" translatable="false">Terms of use</string>
<string name="notification_twins_recreate_success" translatable="false">The twin address was successfully created</string>
@ -38,6 +39,5 @@ this wallet.
<string name="send_error_invalid_destination_tag" translatable="false">Invalid destination tag. It won\'t be added to the transaction</string>
<string name="send_error_invalid_memo_id" translatable="false">Invalid Memo ID. It won\'t be added to the transaction</string>
<string name="terms_of_use" translatable="false">Terms of use</string>
</resources>