We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Screenshots https://imgur.com/a/odPfkTS
Environment Information (please complete the following information):
Additional context
FreeTube/src/renderer/components/top-nav/top-nav.js
Line 64 in 818fa68
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".
FreeTube/static/locales/en-US.yaml
Line 29 in 818fa68
The text was updated successfully, but these errors were encountered:
Back
Forward
Successfully merging a pull request may close this issue.
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:
Screenshots
https://imgur.com/a/odPfkTS
Environment Information (please complete the following information):
Additional context
FreeTube/src/renderer/components/top-nav/top-nav.js
Line 64 in 818fa68
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".
FreeTube/static/locales/en-US.yaml
Line 29 in 818fa68
The text was updated successfully, but these errors were encountered: