mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix various typos
Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
This commit is contained in:
parent
6d9ed0b6cb
commit
7a4fd56ccd
22 changed files with 32 additions and 32 deletions
|
@ -108,16 +108,16 @@ export const clientActionHookObject = {
|
|||
// Fired when the admin plugin settings page is being initialized
|
||||
'action:admin-plugin-settings.init': true,
|
||||
|
||||
// Fired when the video upload page is being initalized
|
||||
// Fired when the video upload page is being initialized
|
||||
'action:video-upload.init': true,
|
||||
// Fired when the video import by URL page is being initalized
|
||||
// Fired when the video import by URL page is being initialized
|
||||
'action:video-url-import.init': true,
|
||||
// Fired when the video import by torrent/magnet URI page is being initalized
|
||||
// Fired when the video import by torrent/magnet URI page is being initialized
|
||||
'action:video-torrent-import.init': true,
|
||||
// Fired when the "Go Live" page is being initalized
|
||||
// Fired when the "Go Live" page is being initialized
|
||||
'action:go-live.init': true,
|
||||
|
||||
// Fired when the user explicitely logged in/logged out
|
||||
// Fired when the user explicitly logged in/logged out
|
||||
'action:auth-user.logged-in': true,
|
||||
'action:auth-user.logged-out': true,
|
||||
// Fired when the application loaded user information (using tokens from the local storage or after a successful login)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue