Skip to content

Commit

Permalink
Change short name (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehassed3 authored May 20, 2022
1 parent 77e6f0b commit 50d79d1
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/copied/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/id/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/pt/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/th/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/tr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/vi/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
4 changes: 4 additions & 0 deletions src/copied/_locales/zh/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Keeper Wallet",
"description": "The name of the application"
},
"appShortName": {
"message": "Keeper",
"description": "The short name of the application"
},
"appDescription": {
"message": "Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services",
"description": "The description of the application"
Expand Down
2 changes: 1 addition & 1 deletion src/copied/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "1.2.4",
"manifest_version": 2,
"author": "[email protected]",
Expand Down

0 comments on commit 50d79d1

Please sign in to comment.