fix software name in boot.embed.js, boot.js, and error.js

This commit is contained in:
Hazelnoot 2025-04-01 12:29:57 -04:00
parent d39e4babd1
commit d272d6f224
3 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@
const locale = JSON.parse(localStorage.getItem('locale') || '{}'); const locale = JSON.parse(localStorage.getItem('locale') || '{}');
const title = locale?._bootErrors?.title || 'Failed to initialize Misskey'; const title = locale?._bootErrors?.title || 'Failed to initialize Sharkey';
const reload = locale?.reload || 'Reload'; const reload = locale?.reload || 'Reload';
document.body.innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M12 9v4" /><path d="M12 16v.01" /></svg> document.body.innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M12 9v4" /><path d="M12 16v.01" /></svg>

View file

@ -164,7 +164,7 @@
const locale = JSON.parse(localStorage.getItem('locale') || '{}'); const locale = JSON.parse(localStorage.getItem('locale') || '{}');
const messages = Object.assign({ const messages = Object.assign({
title: 'Failed to initialize Misskey', title: 'Failed to initialize Sharkey',
solution: 'The following actions may solve the problem.', solution: 'The following actions may solve the problem.',
solution1: 'Update your os and browser', solution1: 'Update your os and browser',
solution2: 'Disable an adblocker', solution2: 'Disable an adblocker',

View file

@ -10,7 +10,7 @@
const locale = JSON.parse(localStorage.getItem('locale') || '{}'); const locale = JSON.parse(localStorage.getItem('locale') || '{}');
const messages = Object.assign({ const messages = Object.assign({
title: 'Failed to initialize Misskey', title: 'Failed to initialize Sharkey',
serverError: 'If reloading after a period of time does not resolve the problem, contact the server administrator with the following ERROR ID.', serverError: 'If reloading after a period of time does not resolve the problem, contact the server administrator with the following ERROR ID.',
solution: 'The following actions may solve the problem.', solution: 'The following actions may solve the problem.',
solution1: 'Update your os and browser', solution1: 'Update your os and browser',