mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-12 00:12:37 +01:00
Add possibility of removed content to 404 page (#6913)
Done to clarify a few edge-case situations. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6913 Reviewed-by: Beowulf <beowulf@beocode.eu> Co-authored-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net> Co-committed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
This commit is contained in:
parent
b88baac7e3
commit
eaa641c21e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ preview = Preview
|
||||||
loading = Loading…
|
loading = Loading…
|
||||||
|
|
||||||
error = Error
|
error = Error
|
||||||
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
|
error404 = The page you are trying to reach either <strong>does not exist</strong>, <strong>has been removed</strong> or <strong>you are not authorized</strong> to view it.
|
||||||
error413 = You have exhausted your quota.
|
error413 = You have exhausted your quota.
|
||||||
go_back = Go Back
|
go_back = Go Back
|
||||||
invalid_data = Invalid data: %v
|
invalid_data = Invalid data: %v
|
||||||
|
|
Loading…
Add table
Reference in a new issue