mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
Typo
This commit is contained in:
parent
1d758642ae
commit
40c7eefba6
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ services = ["nginx"]
|
||||||
[main.components.select]
|
[main.components.select]
|
||||||
ask = "I can haz choices?"
|
ask = "I can haz choices?"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices.option_one = "W00t \o\"
|
choices.option_one = "W00t \\o\\"
|
||||||
choices.option_two = "Awesom! =D"
|
choices.option_two = "Awesom! =D"
|
||||||
choices.option_three = "Uhoh? ô.o"
|
choices.option_three = "Uhoh? ô.o"
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ services = ["nginx"]
|
||||||
|
|
||||||
[main.ifsection]
|
[main.ifsection]
|
||||||
name = "This section is only displayed if the previous question is set to 'Display next section'"
|
name = "This section is only displayed if the previous question is set to 'Display next section'"
|
||||||
visible = "trigglervisible == 'nextsection'"
|
visible = "triggervisible == 'nextsection'"
|
||||||
|
|
||||||
[main.ifsection.sub]
|
[main.ifsection.sub]
|
||||||
ask = "I can haz cheezburgers?"
|
ask = "I can haz cheezburgers?"
|
||||||
|
|
Loading…
Add table
Reference in a new issue