We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a402192 commit 733b03aCopy full SHA for 733b03a
r2/r2/templates/mobilewebredirectbar.compact
@@ -34,10 +34,10 @@
34
%>
35
36
<div hidden class="mobile-web-redirect-bar">
37
- <div class="mobile-web-redirect-header">${_("You've been invited to try out reddit's new beta mobile website!")}</div>
+ <div class="mobile-web-redirect-header">${_("You've been invited to try out reddit's new mobile website!")}</div>
38
39
<a href="${mobile_web_url()}"
40
- class="mobile-web-redirect-optin">${_("try reddit's beta website")}</a>
+ class="mobile-web-redirect-optin">${_("try reddit's mobile website")}</a>
41
42
<a href="#" class="mobile-web-redirect-optout">${_("No thanks")}</a>
43
</div>
0 commit comments