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

fix: spelling mistake in README and "qBittorrent" casing #368

Merged
merged 2 commits into from Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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