Skip to content

Commit

Permalink
Removed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
avegys-enovation committed May 15, 2020
1 parent 4429d69 commit 4a95861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local/o365/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ function xmldb_local_o365_upgrade($oldversion) {
$DB->update_record('config_plugins', $aadsyncsetting);
} else if (strpos($aadsyncsetting->value, 'nodelta') === 0) {
$aadsyncsetting->value = substr($aadsyncsetting->value, 8);
$DB->update_record('config_plugins', $aadsyncsetting);
$DB->update_record('config_plugins', $aadsyncsetting);
}
}
upgrade_plugin_savepoint($result, '2020020302', 'local', 'o365');
Expand Down
3 changes: 1 addition & 2 deletions local/o365/lang/en/local_o365.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@
$string['calendar_event'] = 'View details';

$string['customtheme'] = 'Custom theme (Advanced)';
$string['customthemedesc'] = 'Recommended theme is boost_o365teams. However, you can select different theme if you have
$string['customthemedesc'] = 'Recommended theme is boost_o365teams. However, you can select different theme if you have
a custom theme which is adapted to be used in the Teams tab.';

$string['groups'] = 'Office 365 Groups';
$string['groups_edit_name'] = 'Group name';
$string['groups_edit_nameexists'] = 'The group with the {$a} currently exists, please choose another name.';
Expand Down

0 comments on commit 4a95861

Please sign in to comment.