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
Copy file name to clipboardExpand all lines: front_end/panels/application/components/BackForwardCacheView.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ const UIStrings = {
52
52
unknown: 'Unknown Status',
53
53
/**
54
54
* @description Status text for the status of the back/forward cache status indicating that
55
-
* the back/forward cache was not used and a normal navigation occured instead.
55
+
* the back/forward cache was not used and a normal navigation occurred instead.
56
56
*/
57
57
normalNavigation:
58
58
'Not served from back/forward cache: to trigger back/forward cache, use Chrome\'s back/forward buttons, or use the test button below to automatically navigate away and back.',
@@ -310,8 +310,8 @@ export class BackForwardCacheView extends LegacyWrapper.LegacyWrapper.WrappableC
0 commit comments