extract shop string
This commit is contained in:
parent
60232f3062
commit
bf4961b356
|
@ -260,7 +260,7 @@ public class MainActivity extends BaseSecurityTokenActivity implements FabContai
|
|||
}
|
||||
|
||||
private void onShopSelected() {
|
||||
mToolbar.setTitle("Cotech Security Keys");
|
||||
mToolbar.setTitle(R.string.shop_title);
|
||||
mDrawer.setSelection(ID_SHOP, false);
|
||||
Fragment frag = new SecurityKeyShopFragment();
|
||||
setFragment(frag);
|
||||
|
|
|
@ -1969,5 +1969,6 @@
|
|||
<string name="share_key_clipboard">Share key via clipboard</string>
|
||||
<string name="share_key">Share key</string>
|
||||
|
||||
<string name="shop_loading_label">Loading shop...</string>
|
||||
<string name="shop_loading_label">Loading shop…</string>
|
||||
<string name="shop_title">COTECH Security Keys</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue