diff --git a/src/public/modules/forms/admin/directives/configure-mobile.client.directive.js b/src/public/modules/forms/admin/directives/configure-mobile.client.directive.js
index a27fda5bc6..ac2d6e7fd6 100644
--- a/src/public/modules/forms/admin/directives/configure-mobile.client.directive.js
+++ b/src/public/modules/forms/admin/directives/configure-mobile.client.directive.js
@@ -39,13 +39,13 @@ function configureMobileDirective() {
resolve: {
externalScope: function () {
return {
- title: 'Verified SMS',
+ title: 'Verified SMS charges',
confirmButtonText: 'OK, Noted',
description: `
- FormSG provides free verified SMS up to 10,000 responses
- per form. If you expect >10k responses, please contact us
- to arrange billing for verified SMS. Failure to do so risks your form
- being deactivated for submissions.
+ Under 10,000 form responses: Free verified SMS
+
+ Above 10,000 form responses: $0.0395 per SMS - contact us
+ for billing. Forms exceeding the free tier without billing will be deactivated.
`,
}
},