Skip to content

Commit fd7b079

Browse files
authored
Merge pull request #2251 from oasisprotocol/matevz/fix/translations-rofl-app
Replace "ROFL app" in the UI with alternatives
2 parents 4bbf37e + 8e1f6f5 commit fd7b079

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.changelog/2251.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace "ROFL app" in tooltips and messages with alternatives

src/locales/en/translation.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@
265265
"unsupportedLayer": "Unsupported layer",
266266
"unsupportedNetwork": "Unsupported network",
267267
"invalidAddress": "Invalid address",
268-
"invalidRoflAppId": "Invalid ROFL app ID",
268+
"invalidRoflAppId": "Invalid app ID",
269269
"invalidBlockHeight": "Invalid block height",
270270
"invalidPageNumber": "Invalid page number",
271271
"invalidProposalId": "Invalid proposal ID",
272272
"invalidTxHash": "Invalid transaction hash",
273273
"notFoundBlockHeight": "Block not found",
274274
"notFoundTx": "Transaction not found",
275-
"notFoundRoflApp": "ROFL app not found",
276-
"notFoundRoflAppReplica": "ROFL app replica not found",
275+
"notFoundRoflApp": "App not found",
276+
"notFoundRoflAppReplica": "Replica not found",
277277
"notFoundProposal": "Proposal not found",
278278
"pageDoesNotExist": "The page you are looking for does not exist.",
279279
"validateURL": "Please validate provided URL",
@@ -731,8 +731,8 @@
731731
"author": "Author",
732732
"created": "Date created",
733733
"description": "Description",
734-
"emptyReplicasList": "No ROFL app replicas found.",
735-
"emptyRoflAppsList": "No ROFL apps found.",
734+
"emptyReplicasList": "No replicas found.",
735+
"emptyRoflAppsList": "No apps found.",
736736
"enclaveId": "Enclave ID",
737737
"endorsement": "Endorsement",
738738
"endorsementLabels": {
@@ -780,7 +780,7 @@
780780
"searchByNameOrKeyword": "Search by name or keyword",
781781
"secretLength": "[{{value}} bytes]",
782782
"secrets": "Secrets",
783-
"secretsTooltip": "These secrets are end-to-end encrypted and can only be read by the ROFL app.",
783+
"secretsTooltip": "These secrets are end-to-end encrypted and can only be read by the app running in ROFL.",
784784
"sekPublicKey": "SEK Public Key",
785785
"sgx": "SGX",
786786
"stakedAmount": "Staked amount",

0 commit comments

Comments
 (0)