Skip to content

Commit

Permalink
Remove Experimental from Coretime
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 31, 2025
1 parent 8b69afb commit f17b459
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/apps-routing/src/broker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default function create (t: TFunction): Route {
group: 'network',
icon: 'flask',
name: 'broker',
text: t('nav.broker', 'Coretime Broker (Experimental)', { ns: 'app-broker' })
text: t('nav.broker', 'Coretime Broker', { ns: 'app-broker' })
};
}
2 changes: 1 addition & 1 deletion packages/apps-routing/src/coretime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default function create (t: TFunction): Route {
group: 'network',
icon: 'flask',
name: 'coretime',
text: t('nav.coretime', 'Coretime (Experimental)', { ns: 'apps-routing' })
text: t('nav.coretime', 'Coretime', { ns: 'apps-routing' })
};
}
2 changes: 1 addition & 1 deletion packages/apps/public/locales/en/app-broker.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cycle ts": "cycle ts",
"estimated bulk price": "estimated bulk price",
"mask": "mask",
"nav.broker": "Coretime Broker (Experimental)",
"nav.broker": "Coretime Broker",
"next index": "next index",
"parachain id": "parachain id",
"pool size": "pool size",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/public/locales/en/apps-routing.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"nav.claims": "Claim Tokens",
"nav.collator": "Collators",
"nav.contracts": "Contracts",
"nav.coretime": "Coretime (Experimental)",
"nav.coretime": "Coretime",
"nav.council": "Council",
"nav.democracy": "Democracy",
"nav.explorer": "Explorer",
Expand Down

0 comments on commit f17b459

Please sign in to comment.