Set the default image name to be the original file name, and move all of the strings into the localization file (closes #10)
This commit is contained in:
parent
3a8a2092f7
commit
e98584d648
5 changed files with 18 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<header>
|
||||
<div class="row">
|
||||
<label for="{{meta.idp}}-image">
|
||||
Image
|
||||
{{ localize "IT.apps.ImageApp.image-label" }}
|
||||
</label>
|
||||
{{#if docID}}
|
||||
<input
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
type="button"
|
||||
data-action="removeEditingImage"
|
||||
>
|
||||
Clear
|
||||
{{ localize "IT.apps.ImageApp.clear" }}
|
||||
</button>
|
||||
{{else}}
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue