Skip to content

Commit

Permalink
[FIX] Autotranslate icon on message action menu (#12585)
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloschmidt authored and engelgabriel committed Dec 5, 2018
1 parent ade5f65 commit ccac0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Meteor.startup(function() {
if (RocketChat.settings.get('AutoTranslate_Enabled') && RocketChat.authz.hasAtLeastOnePermission(['auto-translate'])) {
RocketChat.MessageAction.addButton({
id: 'toggle-language',
icon: 'icon-language',
icon: 'language',
label: 'Toggle_original_translated',
context: [
'message',
Expand Down

0 comments on commit ccac0b9

Please sign in to comment.