rephrasing button
This commit is contained in:
Родитель
6265d5dfdd
Коммит
f1cb787ee4
|
@ -1239,7 +1239,7 @@ module TDev
|
|||
m.add(div('wall-dialog-header', lf("Have a question?")));
|
||||
m.add(div('wall-dialog-body', lf("We're here to help. Pick one of the options below for more information.")));
|
||||
m.add(div('wall-dialog-buttons',
|
||||
Cloud.config.userVoice ? HTML.mkAButton(lf("post a question"), "https://" + Cloud.config.userVoice + ".uservoice.com") : undefined,
|
||||
Cloud.config.userVoice ? HTML.mkAButton(lf("send feedback"), "https://" + Cloud.config.userVoice + ".uservoice.com") : undefined,
|
||||
HTML.mkAButton(lf("read the docs"), Cloud.config.helpPath),
|
||||
this.widgetEnabled("computingAtSchool") ? HTML.mkAButton(lf("CAS resources"), "http://community.computingatschool.org.uk/resources?category=139") : undefined,
|
||||
HTML.mkButton(lf("cancel"), () => m.dismiss())
|
||||
|
|
Загрузка…
Ссылка в новой задаче