Skip to content

Commit a3fb1e3

Browse files
committed
refactor: use ellipsis char instead of three dots
1 parent c9f320a commit a3fb1e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nls/root/strings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ define({
193193
"LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Use this image",
194194
"LIVE_DEV_IMAGE_GALLERY_SELECT_FROM_COMPUTER": "Select image from computer",
195195
"LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Choose image download folder",
196-
"LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Search images...",
196+
"LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Search images\u2026",
197197
"LIVE_DEV_IMAGE_GALLERY_SEARCH_BUTTON": "Search",
198-
"LIVE_DEV_IMAGE_GALLERY_LOADING_INITIAL": "Loading images...",
199-
"LIVE_DEV_IMAGE_GALLERY_LOADING_MORE": "Loading...",
198+
"LIVE_DEV_IMAGE_GALLERY_LOADING_INITIAL": "Loading images\u2026",
199+
"LIVE_DEV_IMAGE_GALLERY_LOADING_MORE": "Loading\u2026",
200200
"LIVE_DEV_IMAGE_GALLERY_NO_IMAGES": "No images found",
201201
"LIVE_DEV_IMAGE_GALLERY_LOAD_ERROR": "Failed to load images",
202202
"LIVE_DEV_IMAGE_GALLERY_CLOSE": "Close",

0 commit comments

Comments
 (0)