You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n support is being added via #973 with two strings using FormattedMessage. The rest of the hard-coded strings need to be converted to use FormattedMessage.
body: `{ENTERPRISE_NAME} has partnered with edX to give you an unlimited subscription to learn on edX! Take the best courses in the most in-demand subject areas and upskill for a new career opportunity. Earn a professional certificate, start a program or just learn for fun.
{LICENSE_ACTIVATION_LINK}
About edX
Since 2012, edX has been committed to increasing access to high-quality education for everyone, everywhere. By harnessing the transformative power of education through online learning, edX empowers learners to unlock their potential and become changemakers.
We are excited to welcome you to our growing community of over 35 million users and 15 thousand instructors from 160 partner universities and organizations.
exportconstBROWSE_AND_REQUEST_ALERT_TEXT='New! You can now allow all learners to browse'
+' your catalog and request enrollment to courses.';
exportconstREDIRECT_SETTINGS_BUTTON_TEXT='Go to settings';
// Tabs
exportconstMANAGE_LEARNERS_TAB='manage-learners';
exportconstMANAGE_REQUESTS_TAB='manage-requests';
constMANAGE_LEARNERS_TAB_LABEL='Manage Learners';
constMANAGE_REQUESTS_TAB_LABEL='Manage Requests';
The text was updated successfully, but these errors were encountered:
OmarIthawi
changed the title
feat needed: convert all hadrdcoded strings to use react-intl/FormattedMessage
OEP-58 feat needed: convert all hadrdcoded strings to use react-intl/FormattedMessage
Mar 9, 2023
i18n support is being added via #973 with two strings using FormattedMessage. The rest of the hard-coded strings need to be converted to use
FormattedMessage
.Examples:
frontend-app-admin-portal/src/components/Admin/licenses/LicenseAllocationHeader.jsx
Lines 20 to 29 in cd82047
frontend-app-admin-portal/src/components/Admin/SubscriptionDetails.jsx
Lines 52 to 61 in cd82047
frontend-app-admin-portal/src/components/InviteLearnersModal/index.jsx
Lines 104 to 143 in cd82047
frontend-app-admin-portal/src/components/InviteLearnersModal/emailTemplate.js
Lines 3 to 15 in cd82047
frontend-app-admin-portal/src/components/LoadingMessage/index.jsx
Lines 14 to 15 in cd82047
frontend-app-admin-portal/src/components/MultipleFileInputField/constants.js
Line 2 in cd82047
frontend-app-admin-portal/src/components/subscriptions/data/constants.js
Lines 11 to 69 in cd82047
The text was updated successfully, but these errors were encountered: