mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Removes string 'Created' from notifications time.
Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
parent
112c5e10b6
commit
56709f3cff
@ -52,7 +52,7 @@ void NotificationWidget::setActivity(const Activity &activity)
|
||||
_ui._notifIcon->setMinimumHeight(22);
|
||||
_ui._notifIcon->show();
|
||||
|
||||
QString tText = tr("Created at %1").arg(Utility::timeAgoInWords(activity._dateTime));
|
||||
QString tText = tr("%1").arg(Utility::timeAgoInWords(activity._dateTime));
|
||||
_ui._timeLabel->setText(tText);
|
||||
|
||||
// always remove the buttons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user