web: fix /-/user/ not loading
This commit is contained in:
		| @ -18,7 +18,7 @@ export class Router404 extends LitElement { | ||||
|                 <i class="fas fa-question-circle pf-c-empty-state__icon" aria-hidden="true"></i> | ||||
|                 <h1 class="pf-c-title pf-m-lg">${gettext("Not found")}</h1> | ||||
|                 <div class="pf-c-empty-state__body"> | ||||
|                     ${gettext(`The url '${this.url}' was not found.`)} | ||||
|                     ${gettext(`The URL '${this.url}' was not found.`)} | ||||
|                 </div> | ||||
|                 <a href="#/" class="pf-c-button pf-m-primary" type="button">${gettext("Return home")}</a> | ||||
|             </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer