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

@ -10,7 +10,7 @@
const locale = JSON.parse(localStorage.getItem('locale') || '{}');
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.',
solution: 'The following actions may solve the problem.',
solution1: 'Update your os and browser',