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 title = locale?._bootErrors?.title || 'Failed to initialize Misskey';
const title = locale?._bootErrors?.title || 'Failed to initialize Sharkey';
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>