We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db5bb9 commit 13b0f3cCopy full SHA for 13b0f3c
src/common/ServerPushSetupBanner.js
@@ -50,11 +50,11 @@ export default function ServerPushSetupBanner(props: Props): Node {
50
visible = true;
51
text = isAtLeastAdmin
52
? {
53
- text: 'The Zulip server at {realm} is not set up to deliver push notifications. Please contact your administrator.',
+ text: 'The Zulip server at {realm} is not set up to deliver push notifications.',
54
values: { realm: realm.toString() },
55
}
56
: {
57
- text: 'The Zulip server at {realm} is not set up to deliver push notifications.',
+ text: 'The Zulip server at {realm} is not set up to deliver push notifications. Please contact your administrator.',
58
59
};
60
0 commit comments