Commit 6092e744 authored by David Black's avatar David Black Committed by Commit Bot

Modified placeholder strings.

Provides more instruction to users until actual endpoints are available.

Bug: b:111752710
Change-Id: I250269c0848a02ae89480fb6dff20021f8866895
Reviewed-on: https://chromium-review.googlesource.com/1147425
Commit-Queue: David Black <dmblack@google.com>
Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577782}
parent 0484f40a
......@@ -41,7 +41,7 @@ constexpr char kAssistantRemindersWebUrl[] = R"(data:text/html,
<html>
<body style="padding:0 32px;">
<h3>Assistant Reminders</h3>
<p>Coming Soon! :)</p>
<p>Coming soon. Meanwhile, please use your Android/iOS phone to access reminders.</p>
</body>
</html>
)";
......@@ -51,7 +51,7 @@ constexpr char kAssistantSettingsWebUrl[] = R"(data:text/html,
<html>
<body style="padding:0 32px;">
<h3>Assistant Settings</h3>
<p>Coming Soon! :)</p>
<p>Coming soon. Meanwhile, please use your Android/iOS phone to access settings.</p>
</body>
</html>
)";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment