mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 12:42:09 +00:00 
			
		
		
		
	Apply suggestions from review
This commit is contained in:
		| @@ -433,9 +433,9 @@ | ||||
|     "preferences_save_player_pos_label": "Save playback position: ", | ||||
|     "crash_page_you_found_a_bug": "It looks like you found a bug in Invidious!", | ||||
|     "crash_page_before_reporting": "Before reporting a bug, make sure that you have:", | ||||
|     "crash_page_refresh": "Tried to refresh the page", | ||||
|     "crash_page_switch_instance": "Tried to use another instance", | ||||
|     "crash_page_read_the_faq": "looked at the <a href=\"`x`\">Frenquently Asked Questions (FAQ)</a>", | ||||
|     "crash_page_refresh": "tried to <a href=\"`x`\">refresh the page</a>", | ||||
|     "crash_page_switch_instance": "tried to <a href=\"`x`\">use another instance</a>", | ||||
|     "crash_page_read_the_faq": "read the <a href=\"`x`\">Frenquently Asked Questions (FAQ)</a>", | ||||
|     "crash_page_search_issue": "searched for <a href=\"`x`\">existing issues on Github</a>", | ||||
|     "crash_page_report_issue": "If none of the above helped, please <a href=\"`x`\">open a new issue on GitHub</a> (preferably in English) and include the following text in your message (do NOT translate that text):" | ||||
| } | ||||
|   | ||||
| @@ -56,8 +56,8 @@ def error_template_helper(env : HTTP::Server::Context, locale : String?, status_ | ||||
|  | ||||
|       <p><b>#{translate(locale, "crash_page_before_reporting")}</b></p> | ||||
|       <ul> | ||||
|         <li><a href="#{env.request.resource}">#{translate(locale, "crash_page_refresh")}</a></li> | ||||
|         <li><a href="#{url_switch}">#{translate(locale, "crash_page_switch_instance")}</a></li> | ||||
|         <li>#{translate(locale, "crash_page_refresh", env.request.resource)}</li> | ||||
|         <li>#{translate(locale, "crash_page_switch_instance", url_switch)}</li> | ||||
|         <li>#{translate(locale, "crash_page_read_the_faq", url_faq)}</li> | ||||
|         <li>#{translate(locale, "crash_page_search_issue", url_search_issues)}</li> | ||||
|       </ul> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox