Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Text box for back button on top navbar shows "Forward" #1659

Closed
Charlie-117 opened this issue Sep 6, 2021 · 0 comments · Fixed by #2124
Closed

[Bug] Text box for back button on top navbar shows "Forward" #1659

Charlie-117 opened this issue Sep 6, 2021 · 0 comments · Fixed by #2124
Labels
bug Something isn't working

Comments

@Charlie-117
Copy link

Behavior of the program
The text box when mouse hovers on the back button on top navigation bar shows "Forward"

Expected behavior
The text box should show "Back" or "Backward"

To Reproduce
Steps to reproduce the behavior:

  1. Open FreeTube
  2. Hover mouse on back button on the top navigation bar
  3. See error

Screenshots
https://imgur.com/a/odPfkTS

Environment Information (please complete the following information):

  • OS: Linux Mint
  • OS Version: 20.2
  • FreeTube version: v0.14.0 Beta
  • Installation Method (If applicable): .deb
  • Primary API Used: Invidious API

Additional context

return this.$t('Backward')

The return value references a string (Backward) that doesn't exist, it should reference "Back" or the string will have to be renamed to "Backward".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant