Skip to content

Commit

Permalink
core: frontend: App: fix typo/language
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Apr 6, 2022
1 parent 5163506 commit bc26236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,15 +279,15 @@ export default Vue.extend({
},
{
target: '#button-to-tools',
content: `Here you will find all kind of tools to improve your BlueOS experience.
content: `Here you will find all kinds of tools to improve your BlueOS experience.
There are system-diagnosis tools, network-speed testers and others, all under the Tools menu.`,
params: {
enableScrolling: false,
},
},
{
target: '#power-menu-button',
content: 'You can shutdown, restart the running computer and BlueOs under the power button.',
content: 'You can shut down or restart the running computer and BlueOs under the power button.',
params: {
enableScrolling: false,
},
Expand Down

0 comments on commit bc26236

Please sign in to comment.