mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
fix: spelling mistake in README and "qBittorrent" casing (#368)
This commit is contained in:
parent
f41b11f8a6
commit
90d6623711
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
<p> </p>
|
||||
The sleekest looking WebUI for qBittorrent made with Vue.js!
|
||||
|
||||
> Vue, qBitorrent, Vuetify
|
||||
> Vue, qBittorrent, Vuetify
|
||||
</p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -4,7 +4,7 @@ import store from '../store'
|
|||
|
||||
export class DocumentTitle {
|
||||
static setDefault() {
|
||||
this.set('Qbittorrent')
|
||||
this.set('qBittorrent')
|
||||
}
|
||||
|
||||
static setGlobalSpeed() {
|
||||
|
|
|
@ -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 />
|
||||
|
|
Loading…
Add table
Reference in a new issue