diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 53558d068..a8cb9e705 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -64,7 +64,7 @@ class SiteFooter extends React.Component {
- {intl.formatMessage(messages['footer.copyright.text'], { platformName: config.SITE_NAME })} + {intl.formatMessage(messages['footer.copyright.text'])}
- All rights reserved. © 2023 + All rights reserved. SDAIA © 2023
@@ -112,7 +112,7 @@ exports[` renders correctly renders without a language selector 1`] =- All rights reserved. © 2023 + All rights reserved. SDAIA © 2023
@@ -156,7 +156,7 @@ exports[` renders correctly renders without a language selector in es- All rights reserved. © 2023 + All rights reserved. SDAIA © 2023
diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 7e59187fd..2890f0a44 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -29,5 +29,5 @@ "footer.logo.altText": "مدعوم من Open edX", "footer.logo.ariaLabel": "إيدكس الرئيسية", "footer.ariaLabel": "تذييل الصفحة", - "footer.copyright.text": "2023 © {platformName} جميع الحقوق محفوظة لأ" + "footer.copyright.text": " جميع الحقوق محفوظة لأكاديمية سدايا © 2023" }