You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/customizing/foundation/localization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ You can use the same `args` attribute to pass the arguments:
155
155
```
156
156
157
157
### Using with manifests
158
-
You can localize values in a manifest, for examplethe name of the dashboard tab that is visible in the UI, by prefxing the value with a #.
158
+
You can localize values in a manifest. For example, prefix the name of the dashboard tab visible in the UIwith a `#`.
159
159
For example a manifest for registering a dashboard with umbraco-package.json or via JavaScript can localize the label property in the meta object like so.
0 commit comments