UX: add sparkles
This commit is contained in:
parent
55c89085a3
commit
6a9b985070
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@
|
||||||
{#if $currentZoom < Constants.minZoomLevelToAddNewPoint}
|
{#if $currentZoom < Constants.minZoomLevelToAddNewPoint}
|
||||||
<Tr t={Translations.t.general.add.zoomInFurther} />
|
<Tr t={Translations.t.general.add.zoomInFurther} />
|
||||||
{:else if state.layout.hasPresets()}
|
{:else if state.layout.hasPresets()}
|
||||||
<Tr t={Translations.t.general.add.title} />
|
✨ <Tr t={Translations.t.general.add.title} />
|
||||||
{:else}
|
{:else}
|
||||||
<Tr t={Translations.t.notes.addAComment} />
|
<Tr t={Translations.t.notes.addAComment} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue