Skip to content
Snippets Groups Projects
Verified Commit dbf33b13 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Change to phone-friendly emojis for notifications

parent 72251fdf
No related branches found
No related tags found
No related merge requests found
...@@ -17,13 +17,13 @@ module ForemanNotificationSend ...@@ -17,13 +17,13 @@ module ForemanNotificationSend
def level_to_symbol def level_to_symbol
case notification_blueprint.level case notification_blueprint.level
when 'success' when 'success'
'' '✔️'
when 'info' when 'info'
'🛈' 'ℹ️'
when 'warning' when 'warning'
'⚠' '⚠'
else else
'' ''
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment