mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Use proper beta label
This commit is contained in:
parent
4d9a418723
commit
9171d3ae08
@ -2010,8 +2010,5 @@ _deck:
|
|||||||
direct: "Direct messages"
|
direct: "Direct messages"
|
||||||
_experiments:
|
_experiments:
|
||||||
title: "Experiments"
|
title: "Experiments"
|
||||||
alpha: "Alpha"
|
|
||||||
beta: "Beta"
|
|
||||||
release: "Release"
|
|
||||||
enablePostEditing: "Enable post editing"
|
enablePostEditing: "Enable post editing"
|
||||||
postEditingCaption: "Shows the option for users to edit their existing posts via the post options menu"
|
postEditingCaption: "Shows the option for users to edit their existing posts via the post options menu"
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
<template #label>
|
<template #label>
|
||||||
<i class="ph-pencil-line ph-bold ph-lg"></i>
|
<i class="ph-pencil-line ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts._experiments.enablePostEditing }}
|
{{ i18n.ts._experiments.enablePostEditing }}
|
||||||
<span class="level alpha">
|
<span class="_beta">
|
||||||
({{ i18n.ts._experiments.alpha }})</span
|
{{ i18n.ts.beta }}</span
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
<template #caption>{{
|
<template #caption>{{
|
||||||
@ -75,20 +75,3 @@ definePageMetadata({
|
|||||||
icon: "ph-flask ph-bold ph-lg",
|
icon: "ph-flask ph-bold ph-lg",
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.level {
|
|
||||||
font-size: 0.8em;
|
|
||||||
color: var(--color-gray-500);
|
|
||||||
text-transform: uppercase;
|
|
||||||
&.alpha {
|
|
||||||
color: #f59e0b;
|
|
||||||
}
|
|
||||||
&.beta {
|
|
||||||
color: #0ea5e9;
|
|
||||||
}
|
|
||||||
&.release {
|
|
||||||
color: #10b981;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user