Skip to content

Commit 8238173

Browse files
committed
fix: issue with select a layout text
1 parent 0876ea9 commit 8238173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/safe/src/lib/components/widgets/map-settings/map-layer/layer-datasource/layer-datasource.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>{{ 'common.layout.one' | translate }}</h2>
4747
variant="primary"
4848
(click)="selectLayout()"
4949
>{{
50-
'components.widget.settings.grid.layouts.add.select' | translate
50+
'components.widget.settings.grid.layouts.select' | translate
5151
}}</safe-button
5252
>
5353
</div>

0 commit comments

Comments
 (0)