Merge pull request #167 from kevinansfield/missing-i18n-image-uploading
Replace plain text in composer template
This commit is contained in:
commit
82132ab48b
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
{{#if view.loadingImage}}
|
{{#if view.loadingImage}}
|
||||||
<div id="image-uploading">
|
<div id="image-uploading">
|
||||||
Uploading image {{view.uploadProgress}}% <a {{action cancelUpload target="view"}}>cancel</a>
|
{{i18n image_selector.uploading_image}} {{view.uploadProgress}}% <a {{action cancelUpload target="view"}}>{{i18n cancel}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -292,6 +292,7 @@ en:
|
||||||
remote_tip: "enter address of an image in the form http://example.com/image.jpg"
|
remote_tip: "enter address of an image in the form http://example.com/image.jpg"
|
||||||
local_tip: "click to select an image from your device."
|
local_tip: "click to select an image from your device."
|
||||||
upload: "Upload"
|
upload: "Upload"
|
||||||
|
uploading_image: "Uploading image"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title: "search for topics, posts, users, or categories"
|
title: "search for topics, posts, users, or categories"
|
||||||
|
|
Loading…
Reference in New Issue