Handle sessions that can't be translated (#6245)
* Handle sessions that can't be translated This commit fixes #6165. * Fix typo
This commit is contained in:
		| @@ -16,7 +16,7 @@ | ||||
|             %span{ title: session.user_agent }< | ||||
|               = fa_icon "#{session_device_icon(session)} fw", 'aria-label' => session_device_icon(session) | ||||
|               = ' ' | ||||
|               = t 'sessions.description', browser: t("sessions.browsers.#{session.browser}"), platform: t("sessions.platforms.#{session.platform}") | ||||
|               = t 'sessions.description', browser: t("sessions.browsers.#{session.browser}", default: "#{session.browser}"), platform: t("sessions.platforms.#{session.platform}", default: "#{session.platform}") | ||||
|           %td | ||||
|             %samp= session.ip | ||||
|           %td | ||||
|   | ||||
		Reference in New Issue
	
	Block a user