Skip to content

Commit 1122e48

Browse files
committed
Update rofl market translations
1 parent 8f79fe0 commit 1122e48

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/app/components/RuntimeEvents/RuntimeEventDetails.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,12 +534,12 @@ const RuntimeEventDetailsInner: FC<{
534534
<EventTypeIcon eventType={event.type} />
535535
<StyledDescriptionList titleWidth={isMobile ? '100px' : '200px'}>
536536
<MaybeEventErrorLine event={event} />
537-
<dt>{t('rofl.provider')}</dt>
537+
<dt>{t('roflmarket.provider')}</dt>
538538
<dd>
539539
<AccountLink scope={scope} address={event.body.provider} />
540540
</dd>
541-
<dt>{t('rofl.instanceId')}</dt>
542-
{/* oasis-sdk serializes roflmarket instance id as an array here */}
541+
<dt>{t('roflmarket.machineId')}</dt>
542+
{/* oasis-sdk serializes roflmarket provider instances id as an array */}
543543
<dd>{JSON.stringify(event.body.id)}</dd>
544544
</StyledDescriptionList>
545545
</div>

src/locales/en/translation.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@
689689
"appId": "App ID",
690690
"emptyRoflAppsList": "No ROFL apps found.",
691691
"created": "Date created",
692-
"instanceId": "Instance ID",
693692
"instances": "Instances",
694693
"listTitle": "ROFL Apps",
695694
"nameNotProvided": "Name not provided",
@@ -706,7 +705,6 @@
706705
"repositoryUrl": "Repository URL",
707706
"verifyCommand": "Run <Command /> to verify.",
708707
"policy": "Policy",
709-
"provider": "Provider",
710708
"instancePays": "Instance pays",
711709
"endorsingNodePays": "Endorsing node pays",
712710
"validity": "Validity period",
@@ -739,6 +737,10 @@
739737
"endorsingNodeId": "Endorsing node ID",
740738
"extraKeys": "Extra keys"
741739
},
740+
"roflmarket": {
741+
"provider": "Provider",
742+
"machineId": "Machine ID"
743+
},
742744
"search": {
743745
"placeholder": "Address, Block, Contract, Transaction hash, Token name, etc.",
744746
"error": {

0 commit comments

Comments
 (0)