Skip to content

Commit 4c030a1

Browse files
committed
feat: font family improvised strings
1 parent cc17461 commit 4c030a1

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/nls/root/strings.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,17 +223,16 @@ define({
223223
"LIVE_DEV_STYLER_SEARCH_FONTS": "Search fonts…",
224224
"LIVE_DEV_STYLER_FONTS_GOOGLE": "Google",
225225
"LIVE_DEV_STYLER_FONTS_SYSTEM": "System",
226-
"LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page",
227226
"LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom",
228227
"LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"",
229228
"LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found",
230229
"LIVE_DEV_STYLER_LOAD_MORE": "Load more",
231230
"LIVE_DEV_STYLER_FONTS_MANUAL": "Manual",
232-
"LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "Enter font name",
231+
"LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue",
233232
"LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply",
234-
"LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Enter any font name — it must already be available on the page or the visitor's device (a web-safe font, an installed font, or one you've added). Google Fonts are linked for you automatically.",
235-
"LIVE_DEV_STYLER_FONT_UPLOAD": "Upload font file",
236-
"LIVE_DEV_STYLER_FONT_UPLOAD_HINT": "TTF, OTF, WOFF or WOFF2",
233+
"LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.",
234+
"LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file",
235+
"LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2",
237236
"LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file",
238237
"LIVE_DEV_STYLER_WEIGHT_THIN": "Thin",
239238
"LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light",
@@ -268,7 +267,7 @@ define({
268267
"LIVE_DEV_STYLER_RADIUS": "Radius",
269268
"LIVE_DEV_STYLER_WIDTH": "Width",
270269
"LIVE_DEV_STYLER_COLOR": "Color",
271-
"LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page",
270+
"LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page",
272271
"LIVE_DEV_STYLER_COMMON_COLORS": "Common",
273272
"LIVE_DEV_STYLER_COLOR_WHITE": "White",
274273
"LIVE_DEV_STYLER_COLOR_SILVER": "Silver",

0 commit comments

Comments
 (0)