Skip to content

Commit f01d7ff

Browse files
authored
Updated Release Notes page title (#1739)
1 parent fc98bfb commit f01d7ff

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

special-pages/pages/release-notes/integration-tests/release-notes.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export class ReleaseNotesPage {
191191

192192
async didShowLoadingState() {
193193
const { page } = this;
194-
await expect(page.getByRole('heading', { name: 'What’s New' })).toBeVisible();
194+
await expect(page.getByRole('heading', { name: 'Release Notes' })).toBeVisible();
195195
await expect(page.getByText('Last checked: Yesterday')).toBeVisible();
196196
await expect(page.getByText('Version 1.0.1 — Checking for update')).toBeVisible();
197197
await expect(page.getByTestId('placeholder')).toBeVisible();
@@ -203,7 +203,7 @@ export class ReleaseNotesPage {
203203

204204
async didShowLoadingErrorState() {
205205
const { page } = this;
206-
await expect(page.getByRole('heading', { name: 'What’s New' })).toBeVisible();
206+
await expect(page.getByRole('heading', { name: 'Release Notes' })).toBeVisible();
207207
await expect(page.getByText('Last checked: Yesterday')).toBeVisible();
208208
await expect(page.getByText('Version 1.0.1 — Error loading update summary')).toBeVisible();
209209
await expect(page.getByRole('button', { name: 'Reload Summary' })).toBeVisible();
@@ -215,7 +215,7 @@ export class ReleaseNotesPage {
215215

216216
async didShowUpdateDownloadingState() {
217217
const { page } = this;
218-
await expect(page.getByRole('heading', { name: 'What’s New' })).toBeVisible();
218+
await expect(page.getByRole('heading', { name: 'Release Notes' })).toBeVisible();
219219
await expect(page.getByText('Last checked: Today')).toBeVisible();
220220
await expect(page.getByText('Version 1.0.1 — Downloading update 74%')).toBeVisible();
221221
await expect(page.getByTestId('placeholder')).toBeVisible();
@@ -227,7 +227,7 @@ export class ReleaseNotesPage {
227227

228228
async didShowUpdatePreparingState() {
229229
const { page } = this;
230-
await expect(page.getByRole('heading', { name: 'What’s New' })).toBeVisible();
230+
await expect(page.getByRole('heading', { name: 'Release Notes' })).toBeVisible();
231231
await expect(page.getByText('Last checked: Today')).toBeVisible();
232232
await expect(page.getByText('Version 1.0.1 — Preparing update')).toBeVisible();
233233
await expect(page.getByTestId('placeholder')).toBeVisible();
@@ -239,7 +239,7 @@ export class ReleaseNotesPage {
239239

240240
async didShowUpToDateState() {
241241
const { page } = this;
242-
await expect(page.getByRole('heading', { name: 'What’s New' })).toBeVisible();
242+
await expect(page.getByRole('heading', { name: 'Release Notes' })).toBeVisible();
243243
await expect(page.getByRole('heading', { name: 'May 20 2024', exact: true })).toBeVisible();
244244

245245
await expect(page.getByText('Last checked: Today')).toBeVisible();
@@ -257,7 +257,7 @@ export class ReleaseNotesPage {
257257
*/
258258
async didShowUpdateReadyState({ critical = false, manual = false }) {
259259
const { page } = this;
260-
await expect(page.getByRole('heading', { name: 'What’s New' })).toBeVisible();
260+
await expect(page.getByRole('heading', { name: 'Release Notes' })).toBeVisible();
261261
await expect(page.getByRole('heading', { name: 'June 20 2024 New', exact: true })).toBeVisible();
262262

263263
await expect(page.getByText('Last checked: Today')).toBeVisible();
@@ -296,7 +296,7 @@ export class ReleaseNotesPage {
296296

297297
async didShowUpdateErrorState() {
298298
const { page } = this;
299-
await expect(page.getByRole('heading', { name: 'What’s New' })).toBeVisible();
299+
await expect(page.getByRole('heading', { name: 'Release Notes' })).toBeVisible();
300300
await expect(page.getByRole('heading', { name: 'June 20 2024 New', exact: true })).toBeVisible();
301301

302302
await expect(page.getByText('Last checked: Today')).toBeVisible();

special-pages/pages/release-notes/public/locales/de/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Was gibt's Neues?",
12+
"title" : "Versionshinweise",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

special-pages/pages/release-notes/public/locales/en/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes": {
12-
"title": "What’s New",
12+
"title": "Release Notes",
1313
"note": "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber": {

special-pages/pages/release-notes/public/locales/es/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Novedades",
12+
"title" : "Notas de la versión",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

special-pages/pages/release-notes/public/locales/fr/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Nouveautés",
12+
"title" : "Notes de mise à jour",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

special-pages/pages/release-notes/public/locales/it/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Novità",
12+
"title" : "Note di rilascio",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

special-pages/pages/release-notes/public/locales/nl/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Wat is er nieuw",
12+
"title" : "Release-opmerkingen",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

special-pages/pages/release-notes/public/locales/pl/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Co nowego",
12+
"title" : "Informacje o wersji",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

special-pages/pages/release-notes/public/locales/pt/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Novidades",
12+
"title" : "Notas de lançamento",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

special-pages/pages/release-notes/public/locales/ru/release-notes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}]
1010
},
1111
"browserReleaseNotes" : {
12-
"title" : "Что нового",
12+
"title" : "Примечания к релизу",
1313
"note" : "Page title for the Browser Release Notes page showing what's new in the current release"
1414
},
1515
"versionNumber" : {

0 commit comments

Comments
 (0)