Skip to content

Commit

Permalink
Merge pull request #494 from Integralist/integralist/fix-welcome-typo
Browse files Browse the repository at this point in the history
fix(typo): correct welcome message
  • Loading branch information
yorukot authored Nov 27, 2024
2 parents ee32d22 + df05120 commit 32d6064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/model_render.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func (m model) typineModalRender() string {
}

func (m model) introduceModalRender() string {
title := sidebarTitleStyle.Render(" Thanks for use superfile!!") + modalStyle.Render("\n You can read the following information before starting to use it!")
title := sidebarTitleStyle.Render(" Thanks for using superfile!!") + modalStyle.Render("\n You can read the following information before starting to use it!")
vimUserWarn := processErrorStyle.Render(" ** Very importantly ** If you are a Vim/Nvim user, go to:\n https://superfile.netlify.app/configure/custom-hotkeys/ to change your hotkey settings!")
subOne := sidebarTitleStyle.Render(" (1)") + modalStyle.Render(" If this is your first time, make sure you read:\n https://superfile.netlify.app/getting-started/tutorial/")
subTwo := sidebarTitleStyle.Render(" (2)") + modalStyle.Render(" If you forget the relevant keys during use,\n you can press \"?\" (shift+/) at any time to query the keys!")
Expand Down

0 comments on commit 32d6064

Please sign in to comment.