remove text

This commit is contained in:
Mateusz Gruszczyński
2026-09-04 23:58:54 +02:00
parent 7c4ddeaa5f
commit e68ad69bc5
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -662,7 +662,6 @@
"profile.language.changed.message": "The interface language has been changed.",
"profile.language.changed.title": "Language changed",
"profile.language.failed": "Could not change language",
"profile.language.help": "Saved with your profile and applied after you save these settings.",
"profile.newEmail": "New e-mail",
"profile.newPassword": "New password",
"profile.noNicknameSuggestion": "No automatic nickname suggestion is available.",
@@ -922,4 +921,4 @@
"error.document.methodNotAllowed": "Method not allowed · RustPad",
"error.document.serverError": "Server error · RustPad"
}
}
}
+1 -2
View File
@@ -662,7 +662,6 @@
"profile.language.changed.message": "Język interfejsu został zmieniony.",
"profile.language.changed.title": "Zmieniono język",
"profile.language.failed": "Nie udało się zmienić języka",
"profile.language.help": "Zapisywany w profilu i stosowany po zapisaniu tych ustawień.",
"profile.newEmail": "Nowy e-mail",
"profile.newPassword": "Nowe hasło",
"profile.noNicknameSuggestion": "Brak automatycznej propozycji pseudonimu.",
@@ -922,4 +921,4 @@
"error.document.methodNotAllowed": "Metoda niedozwolona · RustPad",
"error.document.serverError": "Błąd serwera · RustPad"
}
}
}
+3 -2
View File
@@ -210,7 +210,7 @@
<div id="profile-language-options" class="profile-language-menu" role="listbox" data-i18n-ignore
aria-labelledby="profile-language-label" hidden></div>
</div>
<small data-i18n="profile.language.help">Saved with your profile and applied after you save these settings.</small>
<br>
</div>
<label data-local-profile-field>Current e-mail<input id="profile-current-email" type="email" readonly></label>
<label data-local-profile-field>New e-mail<input id="profile-email" type="email" maxlength="320"
@@ -227,7 +227,8 @@
<p id="profile-message" class="form-message" role="status"></p>
</form>
</dialog>
<div id="toast" class="toast-region" aria-live="polite" aria-label="Notifications" aria-relevant="additions removals"></div>
<div id="toast" class="toast-region" aria-live="polite" aria-label="Notifications" aria-relevant="additions removals">
</div>
</body>