forked from MapComplete/MapComplete
Refactoring: fix small typing error
This commit is contained in:
parent
b37ea885a5
commit
5999c01c6a
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@
|
|||
>
|
||||
{#if $currentZoom < Constants.minZoomLevelToAddNewPoint}
|
||||
<Tr t={Translations.t.general.add.zoomInFurther} />
|
||||
{:else if state.lastClickObject.hasPresets}
|
||||
{:else if state.layout.hasPresets()}
|
||||
<Tr t={Translations.t.general.add.title} />
|
||||
{:else}
|
||||
<Tr t={Translations.t.notes.addAComment} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue