Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
7d4bcc2e
Commit
7d4bcc2e
authored
Jan 04, 2023
by
Mario
Browse files
translateable strings
parent
2eb4d876
Pipeline
#562750
passed with stage
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Widget/Channel_activities.php
View file @
7d4bcc2e
...
...
@@ -26,7 +26,7 @@ class Channel_activities {
self
::
$channel
=
App
::
get_channel
();
$o
=
'<div id="channel-activities" class="d-none overflow-hidden">'
;
$o
.
=
'<h2 class="mb-4">Welcome '
.
self
::
$channel
[
'channel_name'
]
.
'!</h2>'
;
$o
.
=
'<h2 class="mb-4">
'
.
t
(
'
Welcome
'
)
.
'
'
.
self
::
$channel
[
'channel_name'
]
.
'!</h2>'
;
//$o .= 'Last login date: ' . get_pconfig(self::$uid, 'system', 'stored_login_date') . ' from ' . get_pconfig(self::$uid, 'system', 'stored_login_addr');
self
::
get_photos_activity
();
...
...
@@ -43,7 +43,7 @@ class Channel_activities {
call_hooks
(
'channel_activities_widget'
,
$hookdata
);
if
(
!
$hookdata
[
'activities'
])
{
$o
.
=
'<h3>No recent activit
y to display
</h3>'
;
$o
.
=
'<h3>
'
.
t
(
'
No recent activit
ies'
)
.
'
</h3>'
;
$o
.
=
'</div>'
;
return
$o
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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