Skip to content

Commit

Permalink
fix: remove tuning in progress indication
Browse files Browse the repository at this point in the history
  • Loading branch information
cailloumajor committed Sep 5, 2023
1 parent a99b551 commit ed17e02
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions src/layouts/LineInterfaceLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
campaignDataStore.currentCampaign
}}
</QToolbarTitle>
<span
style="right: 0"
class="absolute q-mr-md text-orange text-h5 text-uppercase"
>
<QIcon name="construction" />
{{ t("tuningInProgress") }}
<QIcon name="construction" />
</span>
</QToolbar>
</QHeader>

Expand Down
1 change: 0 additions & 1 deletion src/locales/en-US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"tuningInProgress": "Tuning in progress",
"pageNotFound": "Page not found",
"nothingHere": "Oops. Nothing here...",
"goHome": "Go Home",
Expand Down
1 change: 0 additions & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"tuningInProgress": "En cours de mise au point",
"pageNotFound": "Page introuvable",
"nothingHere": "Oups. Rien ici...",
"goHome": "Retour à l'accueil",
Expand Down
1 change: 0 additions & 1 deletion src/vue-i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import "vue-i18n"

declare module "vue-i18n" {
export interface DefineLocaleMessage {
tuningInProgress: string
pageNotFound: string
nothingHere: string
goHome: string
Expand Down

0 comments on commit ed17e02

Please sign in to comment.