mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-08-04 18:24:37 +02:00
formulierung in "letzter Beitrag" verändert
This commit is contained in:
parent
2645111df2
commit
4e7763e440
1 changed files with 1 additions and 1 deletions
|
@ -173,6 +173,6 @@ function formatLastPostDate(lastStatusAt) {
|
|||
} else if (daysDiff > 1 && daysDiff <= 20) {
|
||||
return `vor ${daysDiff} Tagen`;
|
||||
} else {
|
||||
return 'vor längerer Zeit';
|
||||
return 'schon etwas her';
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue