This commit is contained in:
Peli de Halleux 2015-08-06 15:13:00 -07:00
Родитель 2f94281e3e
Коммит 4fe4530b3b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -330,7 +330,7 @@ module TDev.Cloud {
lf("<h3>{0:q} requires sign&nbsp;in</h3>", activity) +
(!(<any>TDev).TheEditor ? "" :
"<p class='agree'>" +
lf("After you sign in we will back up and sync scripts between your devices.") +
lf("You can run and save your scripts locally, but to compile and access your scripts from all devices, you need to be signed in. After you sign in, we will save and sync your scripts between your devices.") +
"</p>")
)
m.fullWhite();