mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #28578 from overleaf/rh-account-settings-links
Improve consistency of account settings link text GitOrigin-RevId: d30c37fe32c425a571af6d580ebfe37403ebd142
This commit is contained in:
@@ -1338,9 +1338,9 @@
|
||||
"manage_group_settings_subtext_managed_users": "Turn on Managed Users",
|
||||
"manage_institution_managers": "Manage institution managers",
|
||||
"manage_managers_subtext": "Assign or remove manager privileges",
|
||||
"manage_newsletter": "Manage Your Newsletter Preferences",
|
||||
"manage_newsletter": "Manage newsletter preferences",
|
||||
"manage_publisher_managers": "Manage publisher managers",
|
||||
"manage_sessions": "Manage Your Sessions",
|
||||
"manage_sessions": "Manage sessions",
|
||||
"manage_subscription": "Manage subscription",
|
||||
"manage_tag": "Manage tag",
|
||||
"manage_your_ai_assist_add_on": "Manage your AI Assist add-on",
|
||||
@@ -2639,7 +2639,7 @@
|
||||
"view_in_template_gallery": "View it in the template gallery",
|
||||
"view_invitation": "View invitation",
|
||||
"view_invoices": "View invoices",
|
||||
"view_labs_experiments": "View Labs Experiments",
|
||||
"view_labs_experiments": "View experiments",
|
||||
"view_less": "View less",
|
||||
"view_logs": "View logs",
|
||||
"view_metrics": "View metrics",
|
||||
|
||||
@@ -8,7 +8,7 @@ describe('<NewsletterSection />', function () {
|
||||
render(<NewsletterSection />)
|
||||
|
||||
const link = screen.getByRole('link', {
|
||||
name: 'Manage Your Newsletter Preferences',
|
||||
name: 'Manage newsletter preferences',
|
||||
})
|
||||
|
||||
expect(link.getAttribute('href')).to.equal('/user/email-preferences')
|
||||
|
||||
@@ -8,7 +8,7 @@ describe('<SessionsSection />', function () {
|
||||
render(<SessionsSection />)
|
||||
|
||||
const link = screen.getByRole('link', {
|
||||
name: 'Manage Your Sessions',
|
||||
name: 'Manage sessions',
|
||||
})
|
||||
|
||||
expect(link.getAttribute('href')).to.equal('/user/sessions')
|
||||
|
||||
Reference in New Issue
Block a user