Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
o365
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
o365
Merge requests
!15
Feature/consistency language translations
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Feature/consistency language translations
feature/consistency_language_translations
into
3.0.x
Overview
51
Commits
7
Pipelines
0
Changes
65
Open
Feature/consistency language translations
Jesse van de Water
requested to merge
feature/consistency_language_translations
into
3.0.x
Mar 11, 2022
Overview
21
Commits
7
Pipelines
0
Changes
65
In this feature branch:
I checked language consistency in modules.
Translations tags for strings.
Spelling check.
Fixed some single quotes.
0
0
Merge request reports
Compare
3.0.x
version 5
39bd764e
May 27, 2022
version 4
773c75e6
May 17, 2022
version 3
42c655de
May 17, 2022
version 2
fe31db0e
Apr 21, 2022
version 1
e9b9ae6f
Mar 11, 2022
3.0.x (base)
and
latest version
latest version
6e7da3ed
7 commits,
May 27, 2022
version 5
39bd764e
6 commits,
May 27, 2022
version 4
773c75e6
5 commits,
May 17, 2022
version 3
42c655de
4 commits,
May 17, 2022
version 2
fe31db0e
3 commits,
Apr 21, 2022
version 1
e9b9ae6f
2 commits,
Mar 11, 2022
65 files
+
95
−
96
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
65
modules/o365_contacts/src/Plugin/Block/SearchContactBlock.php
+
2
−
2
View file @ 6e7da3ed
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,11 +5,11 @@ namespace Drupal\o365_contacts\Plugin\Block;
use
Drupal\o365\Block\O365BlockBase
;
/**
* Provides a '
C
ontact
S
earch' block.
* Provides a '
Office 365 c
ontact
s
earch' block.
*
* @Block(
* id = "o365_contacts",
* admin_label = @Translation("Contact
S
earch"),
* admin_label = @Translation("Contact
s
earch"),
* category = @Translation("Office 365")
* )
*/
Loading