chore: use } for consistency

This commit is contained in:
Yohan Boniface 2024-03-04 09:56:14 +01:00
parent 908750b42b
commit 24e46847b7
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ export const SCHEMA = {
label: translate('Icon symbol'), label: translate('Icon symbol'),
inheritable: true, inheritable: true,
// helpText: translate( // helpText: translate(
// 'Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with "http://myserver.org/images/{name}.png", the {name} variable will be replaced by the "name" value of each marker.' // 'Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with "http://myserver.org/images/{name}.png", the {name} variable will be replaced by the "name" value of each marker.'
// ), // ),
}, },
smoothFactor: { smoothFactor: {

View file

@ -741,7 +741,7 @@ U.Help = L.Class.extend({
), ),
zoomTo: L._('Zoom level for automatic zooms'), zoomTo: L._('Zoom level for automatic zooms'),
labelKey: L._( labelKey: L._(
'The name of the property to use as feature label (eg.: "nom"). You can also use properties inside brackets to use more than one or mix with static content (eg.: "{name} in {place}")' 'The name of the property to use as feature label (eg.: "nom"). You can also use properties inside brackets to use more than one or mix with static content (eg.: "{name} in {place}")'
), ),
stroke: L._('Whether to display or not polygons paths.'), stroke: L._('Whether to display or not polygons paths.'),
fill: L._('Whether to fill polygons with color.'), fill: L._('Whether to fill polygons with color.'),