Skip to content

Commit

Permalink
fix: spelling mistake in README and "qBittorrent" casing (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Troplo committed Feb 1, 2022
1 parent f41b11f commit 90d6623
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
<p>&nbsp;</p>
The sleekest looking WebUI for qBittorrent made with Vue.js!

> Vue, qBitorrent, Vuetify
> Vue, qBittorrent, Vuetify
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -7,7 +7,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./favicon.ico?s=1">
<title>Qbittorrent</title>
<title>qBittorrent</title>
</head>
<body oncontextmenu='return false'>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/actions/DocumentTitle.js
Expand Up @@ -4,7 +4,7 @@ import store from '../store'

export class DocumentTitle {
static setDefault() {
this.set('Qbittorrent')
this.set('qBittorrent')
}

static setGlobalSpeed() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.vue
Expand Up @@ -18,7 +18,7 @@
{ 'subheading ml-0': $vuetify.breakpoint.smAndDown }
]"
>
<span class="font-weight-light">Qbit</span>
<span class="font-weight-light">qBit</span>
<span>torrent</span>
</v-toolbar-title>
<v-spacer />
Expand Down

0 comments on commit 90d6623

Please sign in to comment.