Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 146157c

Browse files
author
funatsufumiya
committed
fix: Added new tooltip to string.ts (commit omission)
1 parent 4cfe079 commit 146157c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/common/strings.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ export interface IAppStrings {
246246
previousExpectedFrame: {
247247
tooltip: string,
248248
},
249+
nextVisitedFrame: {
250+
tooltip: string,
251+
},
252+
previousVisitedFrame: {
253+
tooltip: string,
254+
},
249255
}
250256
help: {
251257
title: string;

0 commit comments

Comments
 (0)