From c0fc1317313bb3d7be80dc7d72f89f630ce3bef0 Mon Sep 17 00:00:00 2001 From: Laura Ghiorghisor Date: Thu, 26 Sep 2024 15:31:39 +0100 Subject: [PATCH] Add custom banners for Office of the Secretary of State for Scotland and Scotland Office --- app/models/organisation.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/organisation.rb b/app/models/organisation.rb index 0b4f0a7f3..e72278679 100644 --- a/app/models/organisation.rb +++ b/app/models/organisation.rb @@ -12,6 +12,8 @@ class Organisation "wales-office" => "This is a new organisation. It was previously called the Office of the Secretary of State for Wales.", "office-of-the-secretary-of-state-for-wales.cy" => "Mae'r sefydliad hwn yn newid. Fe’i gelwir bellach yn Swyddfa Cymru.", "wales-office.cy" => "Mae hwn yn sefydliad newydd. Yn flaenorol fe'i gelwid yn Swyddfa Ysgrifennydd Gwladol Cymru.", + "office-of-the-secretary-of-state-for-scotland" => "This organisation is changing. It’s now called the Scotland Office.", + "scotland-office" => "This is a new organisation. It was previously called the Office of the Secretary of State for Scotland.", }.freeze def initialize(content_item)