diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html
index 3ffb35e9d..ef29a5785 100644
--- a/app/templates/views/pricing/index.html
+++ b/app/templates/views/pricing/index.html
@@ -197,7 +197,7 @@
{% call mapping_table(
- caption='Letter pricing',
+ caption='International text message rates',
field_headings=['Country code', 'Country', 'Cost multiplier'],
field_headings_visible=True,
caption_visible=False
@@ -213,10 +213,16 @@
{{ text_field('{} ×'.format(billable_units)|safe) }}
{% endcall %}
{% endfor %}
+
+ {% call row() %}
+ {{ text_field('+882') }}
+ {% call field() %}Worldwide{% endcall %}
+ {{ text_field('Not supported') }}
+ {% endcall %}
{% endcall %}
-
{% endset %}
+
{{ govukDetails({
"summaryText": "International text message rates",
"html": smsIntRates