stvnrlly
51d9d08410
some content cleanup
2022-11-07 21:22:34 -05:00
stvnrlly
b6a6a14bc7
now with even fewer letters
2022-10-18 15:27:13 +00:00
Ryan Ahearn
f5775de3fe
Updates to get pa11y passing
2022-08-31 09:01:11 -04:00
James Moffet
e53d12733a
branding
2022-07-20 15:23:54 -07:00
Ben Thorner
e9f2522abd
Document +882 numbers are not supported
...
These are "countryless" phone numbers used by e.g. satellite phone
providers [^1]. We decided not to support them for now because:
- The use case is low: only one service is asking for this prefix.
- MMG will charge at 4x for them but apparently they cost more.
We can't put this "negative" data in the usual place [^2] because
this would _enable_ sending via this number. Until we have more
cases like this it's easiest to just tack on this fake info.
[^1]: https://en.wikipedia.org/wiki/International_Networks_(country_code)
[^2]: ca2506c6a6/notifications_utils/recipients.py (L569)
2022-05-31 17:32:41 +01:00
Chris Hill-Scott
4a0f5e8a41
Make text message price dependent on date
...
So we don’t have to deploy a change on a Saturday.
In the future this could pull from the rates in the database, but while
that code is shifting around I didn’t want to touoch it. We’d also have
to think about caching so as not to have a non-authenticated route
hitting the database.
2022-04-28 10:48:44 +01:00
karlchillmaid
dfc37c2371
Update date
2022-04-26 12:31:19 +01:00
karlchillmaid
45884b6a2e
Update text message rate
2022-04-26 12:05:16 +01:00
karlchillmaid
e1ff1bc4b2
Update date
2022-04-22 14:57:37 +01:00
karlchillmaid
518ef0b272
Add announcement of text message price change
2022-04-20 11:30:22 +01:00
karlchillmaid
7ec5c7262a
Update text message cost
2022-04-01 09:11:56 +01:00
karlchillmaid
2031d41df7
Update prices and date
2022-03-22 12:22:54 +00:00
karlchillmaid
1fb2c9cdac
remove (unchanged)
2022-03-10 13:59:04 +00:00
karlchillmaid
2d4d7f6b87
Update date
2022-03-10 12:28:21 +00:00
karlchillmaid
2cd09bd04b
Add confirmed allowance changes
2022-03-10 11:17:05 +00:00
karlchillmaid
22c15a9a79
Announce upcoming prices changes
2022-03-10 09:57:35 +00:00
karlchillmaid
268feba6b5
Update ‘last updated’ information
...
Use same pattern as other Notify pages
2022-03-01 12:51:19 +00:00
karlchillmaid
7e98128e12
Update postage pricing table
2022-03-01 12:51:19 +00:00
karlchillmaid
ed14b72779
Update description
2022-01-28 17:15:05 +00:00
karlchillmaid
a31d4c1746
Add postage changes
2022-01-28 16:43:14 +00:00
Leo Hemsted
295cd9bf8b
remove rogue bullet point
2021-12-29 12:52:27 +00:00
karlchillmaid
9b197e1e6c
Make content consistent
2021-12-15 19:28:05 +00:00
karlchillmaid
76161efe34
Update bullets to be more accurate
2021-12-14 18:09:05 +00:00
karlchillmaid
0a237ecc4f
Remove ‘additional’
2021-12-07 09:37:47 +00:00
karlchillmaid
5514839660
Remove link
2021-12-07 09:37:28 +00:00
karlchillmaid
05cc219c80
Make first bullet clearer
2021-12-07 09:37:15 +00:00
karlchillmaid
bf9db86354
Simplify lead in
2021-12-07 09:36:59 +00:00
karlchillmaid
03601d1e1c
Add links
2021-11-30 14:30:12 +00:00
karlchillmaid
d46120698b
Update content
2021-11-30 14:25:46 +00:00
karlchillmaid
825d4ecf96
Close <a> tag
2021-10-05 10:31:29 +01:00
karlchillmaid
3cb7ecd90e
Update introduction
2021-10-01 15:08:41 +01:00
karlchillmaid
b2e1c9492f
Update content
2021-04-01 13:22:58 +01:00
karlchillmaid
f8feb28fe5
Update pricing information for text messages
2021-04-01 13:18:04 +01:00
karlchillmaid
fde5e20ead
Remove link
2021-03-08 17:17:59 +00:00
karlchillmaid
6c4fa450e4
change 'local' to 'regional'
2021-03-08 17:17:06 +00:00
karlchillmaid
2cf7bd46d9
Update link text and add link
2021-03-08 15:54:33 +00:00
karlchillmaid
afa8275e6f
Reiterate that the allowance is per year
2021-03-08 15:51:41 +00:00
karlchillmaid
e146e94919
Reiterate that the allowance is per year
2021-03-08 15:48:57 +00:00
karlchillmaid
737b4ea9b8
Update text message pricing content
2021-03-08 15:38:28 +00:00
karlchillmaid
a46fa22bd2
Update letter prices
2021-02-01 08:11:51 +00:00
karlchillmaid
f588105aeb
Use the singular for Royal Mail
...
We should use the singular verb form when referring to organisations by name.
As described in the GOV.UK style guide: https://www.gov.uk/guidance/style-guide/a-to-z-of-gov-uk-style#organisations
2020-12-23 13:56:37 +00:00
karlchillmaid
c8f9ef29f0
Update content
2020-12-23 11:12:19 +00:00
karlchillmaid
4ee309fab6
Update rate increase content
2020-12-23 10:58:48 +00:00
karlchillmaid
78135840d4
Update price increases
2020-12-23 10:30:17 +00:00
karlchillmaid
f11d18c885
Add warning that prices will increase
...
Add warning that prices will increase – we’re still waiting on confirmation of the price increase and the date.
2020-12-22 15:29:40 +00:00
Tom Byers
070ed818cf
Add HTML and CSS for extended GSM characters
...
Based on feedback from this pull request:
https://github.com/alphagov/notifications-admin/pull/3711
2020-11-13 22:40:32 +00:00
karlchillmaid
c1151c5e8e
Update content
...
The _Long text messages_ section of the page is probably the most relevant place to talk about this – so users are aware of the double-characters before they see the table of message lengths.
2020-11-09 16:21:10 +00:00
karlchillmaid
b4c21280e3
Update draft content
2020-11-05 14:43:22 +00:00
karlchillmaid
b4f8e6e4ac
Add content about the extended character set
2020-11-05 14:38:05 +00:00
karlchillmaid
f775e18361
Add price update date
...
Added Monday's date, as that's when we plan to merge and deploy.
2020-09-04 14:28:23 +01:00