Skip to content
Snippets Groups Projects

Feature/consistency language translations

Files

@@ -5,11 +5,11 @@ namespace Drupal\o365_contacts\Plugin\Block;
use Drupal\o365\Block\O365BlockBase;
/**
* Provides a 'Contact Search' block.
* Provides a 'Office 365 contact search' block.
*
* @Block(
* id = "o365_contacts",
* admin_label = @Translation("Contact Search"),
* admin_label = @Translation("Contact search"),
* category = @Translation("Office 365")
* )
*/
Loading