Updated on 2026-08-14

This commit is contained in:
Tangem 2022-02-23 13:28:00 +03:00
parent ebe8e21504
commit 1b77a6782f
2 changed files with 1 additions and 13 deletions

View file

@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:navigationIcon="@drawable/ic_clear_24"
app:title="@string/shop_title"
app:title="@string/home_button_order"
app:titleCentered="true" />
</com.google.android.material.appbar.AppBarLayout>

View file

@ -331,16 +331,4 @@ Amount to pay: %s</string>
<string name="feedback_preface_tx_push_failed" translatable="false">Please tell us more about your issue. Every small detail can help.</string>
<string name="feedback_data_collection_message" translatable="false">Following information is optional. You can erase it if you dont want to share it.</string>
<string name="shop_one_wallet" translatable="false">One Wallet</string>
<string name="shop_3_cards" translatable="false">3 cards</string>
<string name="shop_2_cards" translatable="false">2 cards</string>
<string name="shop_shipping" translatable="false">Shipping</string>
<string name="shop_free" translatable="false">Free</string>
<string name="shop_i_have_a_promo_code" translatable="false">I have a promo code...</string>
<string name="shop_total" translatable="false">Total</string>
<string name="shop_other_payment_methods" translatable="false">Other payment methods</string>
<string name="shop_buy_now" translatable="false">Buy now</string>
<string name="shop_title" translatable="false">Order card</string>
<string name="shop_free_delivery" translatable="false">Delivery (Free shipping)</string>
</resources>