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

Commit

Permalink
fix: Added new tooltip to string.ts (commit omission)
Browse files Browse the repository at this point in the history
  • Loading branch information
funatsufumiya committed Oct 4, 2019
1 parent 4cfe079 commit 146157c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ export interface IAppStrings {
previousExpectedFrame: {
tooltip: string,
},
nextVisitedFrame: {
tooltip: string,
},
previousVisitedFrame: {
tooltip: string,
},
}
help: {
title: string;
Expand Down

0 comments on commit 146157c

Please sign in to comment.