Skip to content

Commit

Permalink
Rename 'File Info' tab display name to 'File info'.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 18, 2024
1 parent 8a3e9b6 commit f535eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/typings/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enum TAB_NAME {
*/
const TAB_DISPLAY_NAMES: Record<TAB_NAME, string> = Object.freeze({
[TAB_NAME.NONE]: "None",
[TAB_NAME.FILE_INFO]: "File Info",
[TAB_NAME.FILE_INFO]: "File info",
[TAB_NAME.SETTINGS]: "Settings",
});

Expand Down

0 comments on commit f535eeb

Please sign in to comment.