Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
add custom value placeholder
Dieser Commit ist enthalten in:
Ursprung
f903aaed59
Commit
1a0a4fdbbe
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
{{input type="text"
|
{{input type="text"
|
||||||
value=input.value_custom
|
value=input.value_custom
|
||||||
placeholder=(i18n 'admin.wizard.custom_field_placeholder')
|
placeholder=(i18n 'admin.wizard.custom_value_placeholder')
|
||||||
disabled=customDisabled}}
|
disabled=customDisabled}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,7 @@ en:
|
||||||
key_placeholder: "Translation key"
|
key_placeholder: "Translation key"
|
||||||
custom_text_placeholder: "Overrides translation"
|
custom_text_placeholder: "Overrides translation"
|
||||||
custom_field_placeholder: "Custom Field"
|
custom_field_placeholder: "Custom Field"
|
||||||
|
custom_value_placeholder: "Custom Value"
|
||||||
user_field_placeholder: "User Field"
|
user_field_placeholder: "User Field"
|
||||||
type: "Type"
|
type: "Type"
|
||||||
none: "Make a selection"
|
none: "Make a selection"
|
||||||
|
|
Laden …
In neuem Issue referenzieren