mirror of https://github.com/ppy/osu
Change text wording
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
b36c406a83
commit
c5fc155cc0
|
@ -139,7 +139,7 @@ private void onFail()
|
|||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
CurrentPath = $@"{api.WebsiteRootUrl}/wiki/",
|
||||
Text = "There is something wrong when fetching this page. [Back to main page.](Main_Page)",
|
||||
Text = $"Something went wrong when trying to fetch page \"{path.Value}\".\n\n[Go back to main page.](Main_Page)",
|
||||
DocumentMargin = new MarginPadding(0),
|
||||
DocumentPadding = new MarginPadding
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue