mirror of
https://github.com/friendica/friendica
synced 2025-04-18 04:30:11 +00:00
Rewording label
This commit is contained in:
parent
33c943a9dd
commit
a75d28e521
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class Post extends BaseObject
|
||||||
}
|
}
|
||||||
|
|
||||||
// Showing the one or the other text, depending upon if we can only hide it or really delete it.
|
// Showing the one or the other text, depending upon if we can only hide it or really delete it.
|
||||||
$delete = $origin ? L10n::t('Delete') : L10n::t('Remove from your stream');
|
$delete = $origin ? L10n::t('Delete') : L10n::t('Remove here');
|
||||||
|
|
||||||
$drop = [
|
$drop = [
|
||||||
'dropping' => $dropping,
|
'dropping' => $dropping,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue