Skip to content

Commit

Permalink
add custom value placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Oct 7, 2018
1 parent f903aae commit 1a0a4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -26,7 +26,7 @@

{{input type="text"
value=input.value_custom
placeholder=(i18n 'admin.wizard.custom_field_placeholder')
placeholder=(i18n 'admin.wizard.custom_value_placeholder')
disabled=customDisabled}}
{{/if}}

Expand Down
1 change: 1 addition & 0 deletions config/locales/client.en.yml
Expand Up @@ -50,6 +50,7 @@ en:
key_placeholder: "Translation key"
custom_text_placeholder: "Overrides translation"
custom_field_placeholder: "Custom Field"
custom_value_placeholder: "Custom Value"
user_field_placeholder: "User Field"
type: "Type"
none: "Make a selection"
Expand Down

0 comments on commit 1a0a4fd

Please sign in to comment.