Skip to content

Commit 8609983

Browse files
petarjakopecpspanja
authored andcommitted
NGSTACK-816 remove redundant of in translations
1 parent 0f0f620 commit 8609983

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This package enhances the visibility of Content URLs by Siteaccess. URLs can be
3535
The package distinguishes between two types of URLs:
3636
3737
1. **Siteaccess URLs** that reside within the configured Siteaccess Content tree.
38-
2. **Siteaccess URLs** that exist outside of the configured Siteaccess Content tree.
38+
2. **Siteaccess URLs** that exist outside the configured Siteaccess Content tree.
3939
4040
By default, the overview of URLs outside the configured Content tree is disabled.
4141
To display these URLs, you need to enable this option in your configuration:

bundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private function addShowExternalSiteaccessUrls(ArrayNodeDefinition $nodeDefiniti
3636
->children()
3737
->booleanNode('show_siteaccess_urls_outside_configured_content_tree_root')
3838
->defaultFalse()
39-
->info("Show Siteaccess URLs outside of the configured Content tree root in administration's URL tab")
39+
->info("Show Siteaccess URLs outside the configured Content tree root in administration's URL tab")
4040
->end()
4141
?->end();
4242
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tab.urls.siteaccess.headline.siteaccess_urls: 'Siteaccess URLs'
2-
tab.urls.siteaccess.headline.siteaccess_urls.outside_configured_content_tree_root: 'Siteaccess URLs outside of the configured Content tree root'
2+
tab.urls.siteaccess.headline.siteaccess_urls.outside_configured_content_tree_root: 'Siteaccess URLs outside the configured Content tree root'
33
tab.urls.siteaccess: 'Siteaccess'
44
tab.urls.no_siteaccess_urls: 'This item has no Siteacess URLs.'
55
tab.urls.url: 'URL'

bundle/Resources/views/themes/ngadmin/content/tab/urls.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% include '@ibexadesign/content/tab/url/siteaccess_urls_table.html.twig' with {
1111
headline:
1212
'tab.urls.siteaccess.headline.siteaccess_urls.outside_configured_content_tree_root'|trans|desc
13-
('Siteaccess URLs outside of the configured Content tree root'),
13+
('Siteaccess URLs outside the configured Content tree root'),
1414
siteaccess_urls: siteaccess_urls_outside_configured_content_tree_root,
1515
} only %}
1616
{% endif %}

0 commit comments

Comments
 (0)