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
View File
@@ -662,7 +662,6 @@
"profile.language.changed.message": "The interface language has been changed.", "profile.language.changed.message": "The interface language has been changed.",
"profile.language.changed.title": "Language changed", "profile.language.changed.title": "Language changed",
"profile.language.failed": "Could not change language", "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.newEmail": "New e-mail",
"profile.newPassword": "New password", "profile.newPassword": "New password",
"profile.noNicknameSuggestion": "No automatic nickname suggestion is available.", "profile.noNicknameSuggestion": "No automatic nickname suggestion is available.",
-1
View File
@@ -662,7 +662,6 @@
"profile.language.changed.message": "Język interfejsu został zmieniony.", "profile.language.changed.message": "Język interfejsu został zmieniony.",
"profile.language.changed.title": "Zmieniono język", "profile.language.changed.title": "Zmieniono język",
"profile.language.failed": "Nie udało się zmienić języka", "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.newEmail": "Nowy e-mail",
"profile.newPassword": "Nowe hasło", "profile.newPassword": "Nowe hasło",
"profile.noNicknameSuggestion": "Brak automatycznej propozycji pseudonimu.", "profile.noNicknameSuggestion": "Brak automatycznej propozycji pseudonimu.",
+3 -2
View File
@@ -210,7 +210,7 @@
<div id="profile-language-options" class="profile-language-menu" role="listbox" data-i18n-ignore <div id="profile-language-options" class="profile-language-menu" role="listbox" data-i18n-ignore
aria-labelledby="profile-language-label" hidden></div> aria-labelledby="profile-language-label" hidden></div>
</div> </div>
<small data-i18n="profile.language.help">Saved with your profile and applied after you save these settings.</small> <br>
</div> </div>
<label data-local-profile-field>Current e-mail<input id="profile-current-email" type="email" readonly></label> <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" <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> <p id="profile-message" class="form-message" role="status"></p>
</form> </form>
</dialog> </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> </body>