Skip to content

Commit

Permalink
Fix untranslated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Jul 12, 2024
1 parent 91abb79 commit f519546
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ enum class ToolbarAction : Serializable {
NewsArchive -> CelestiaString("News Archive", "Archive for updates and featured content")
Feedback -> CelestiaString("Send Feedback", "")
CelestiaPlus -> CelestiaString("Celestia PLUS", "Name for the subscription service")
else -> this.toString()
Share -> CelestiaString("Share", "")
Search -> CelestiaString("Search", "")
Help -> CelestiaString("Help", "")
Exit -> CelestiaString("Exit", "")
}
}

Expand Down

0 comments on commit f519546

Please sign in to comment.