Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
FIX: Revisit mispellings
Dieser Commit ist enthalten in:
Ursprung
833195039b
Commit
a68f7f8cbc
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -34,7 +34,7 @@ en:
|
||||||
prompt_completion: "Prompt"
|
prompt_completion: "Prompt"
|
||||||
prompt_completion_label: "Prompt user to complete wizard."
|
prompt_completion_label: "Prompt user to complete wizard."
|
||||||
restart_on_revisit: "Restart"
|
restart_on_revisit: "Restart"
|
||||||
restart_on_revisit_label: "Restart the the wizard whenever the user revists, regardless of prior progress."
|
restart_on_revisit_label: "Restart the the wizard whenever the user revisits, regardless of prior progress."
|
||||||
min_trust: "Trust"
|
min_trust: "Trust"
|
||||||
min_trust_label: "Trust level required to access wizard."
|
min_trust_label: "Trust level required to access wizard."
|
||||||
theme_id: "Theme"
|
theme_id: "Theme"
|
||||||
|
|
|
@ -26,7 +26,7 @@ class CustomWizard::Template
|
||||||
@save_submissions = data['save_submissions'] || false
|
@save_submissions = data['save_submissions'] || false
|
||||||
@multiple_submissions = data['multiple_submissions'] || false
|
@multiple_submissions = data['multiple_submissions'] || false
|
||||||
@prompt_completion = data['prompt_completion'] || false
|
@prompt_completion = data['prompt_completion'] || false
|
||||||
@restart_on_revist = data['restart_on_revist'] || false
|
@restart_on_revisit = data['restart_on_revisit'] || false
|
||||||
@min_trust = data['min_trust'] || 0
|
@min_trust = data['min_trust'] || 0
|
||||||
@after_signup = data['after_signup']
|
@after_signup = data['after_signup']
|
||||||
@after_time = data['after_time']
|
@after_time = data['after_time']
|
||||||
|
|
Laden …
In neuem Issue referenzieren