Skip to content

Commit 288784c

Browse files
authored
Merge pull request #1176 from nextcloud/rakekniven-patch-1
fix(i18n): Fixed typo
2 parents b6c0138 + 9612012 commit 288784c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

js/firstrunwizard-about.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function __vite__mapDeps(indexes) {
22
if (!__vite__mapDeps.viteFileDeps) {
3-
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-sGRl38Rj.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
3+
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-TLYkAnT0.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
44
}
55
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
66
}
77
/*! third party licenses: js/vendor.LICENSE.txt */
8-
import{_ as i}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",function(){const o=document.querySelector("#firstrunwizard_about button"),t=()=>{document.querySelector("#firstrunwizard_about button").addEventListener("click",async function(e){var n;e.stopPropagation(),e.preventDefault();const r=(n=document.querySelector('[aria-controls="header-menu-user-menu"]'))!=null?n:void 0,{open:u}=await i(()=>import("./main-sGRl38Rj.mjs"),__vite__mapDeps([0,1]),import.meta.url);u(r),OC.hideMenus(()=>!1)})};o?t():window._nc_event_bus.subscribe("core:user-menu:mounted",t)});
8+
import{_ as i}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",function(){const o=document.querySelector("#firstrunwizard_about button"),t=()=>{document.querySelector("#firstrunwizard_about button").addEventListener("click",async function(e){var n;e.stopPropagation(),e.preventDefault();const r=(n=document.querySelector('[aria-controls="header-menu-user-menu"]'))!=null?n:void 0,{open:u}=await i(()=>import("./main-TLYkAnT0.mjs"),__vite__mapDeps([0,1]),import.meta.url);u(r),OC.hideMenus(()=>!1)})};o?t():window._nc_event_bus.subscribe("core:user-menu:mounted",t)});

js/firstrunwizard-activate.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function __vite__mapDeps(indexes) {
22
if (!__vite__mapDeps.viteFileDeps) {
3-
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-sGRl38Rj.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
3+
__vite__mapDeps.viteFileDeps = [OC.filePath('firstrunwizard', '', 'js/main-TLYkAnT0.mjs'),OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')]
44
}
55
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
66
}
77
/*! third party licenses: js/vendor.LICENSE.txt */
8-
import{_ as t}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-sGRl38Rj.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});
8+
import{_ as t}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-TLYkAnT0.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/pages/SharePage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-->
2222

2323
<template>
24-
<WizardPage :title="t('firstrunwizard', 'Find our more on the blog')">
24+
<WizardPage :title="t('firstrunwizard', 'Find out more on the blog')">
2525
<NcButton :href="HubRelease.link" target="_blank">
2626
{{ t('firstrunwizard', 'Read the Nextcloud Hub {version} blog', { version: HubRelease.version}) }} ↗
2727
</NcButton>

0 commit comments

Comments
 (0)