Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_ct_event
Commits
0081e98c
Commit
0081e98c
authored
Dec 05, 2018
by
l26yan
Browse files
ISTWCMS-2785 Rename from 'Export events calendar' to 'Export'
parent
2c0ba5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
uw_ct_event.module
uw_ct_event.module
+1
-1
No files found.
uw_ct_event.module
View file @
0081e98c
...
...
@@ -1095,7 +1095,7 @@ function uw_ct_event_calendar_contents() {
$html
=
'<div class="feed-icon">'
;
if
(
$event_exist
>
0
)
{
$html
.
=
l
(
t
(
'Export
events calendar
'
),
'events/calendar.ics'
,
[
'attributes'
=>
[
'class'
=>
[
'ical-icon'
]]]);
$html
.
=
l
(
t
(
'Export'
),
'events/calendar.ics'
,
[
'attributes'
=>
[
'class'
=>
[
'ical-icon'
]]]);
}
$html
.
=
'</div>'
;
return
$html
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment