summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-04-04 10:02:19 +0200
committerGitHub <noreply@github.com>2023-04-04 10:02:19 +0200
commitcae88fb77b8e25213a2f9ac6372a64303f5ba0db (patch)
tree3b78433a6c4b6492b2e70eeedaa439349b5a55f9
parent3179657c91897b8c4a3c143ae4d651ebe3242f35 (diff)
parent33300eabbd67318cd51ef48d4df427afc38258e2 (diff)
Merge pull request #9217 from silopolis/stringfix
String fixes
-rw-r--r--.gitignore1
-rw-r--r--lib/Chat/Changelog/Manager.php8
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 271d2cd02..98a611998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
# VScode settings
.vscode
+*.code-workspace
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index 1bfd97f93..ec5f6e78f 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -125,10 +125,10 @@ class Manager {
$this->l->t('- Start calls without notifying others in big conversations. You can send individual call notifications once the call has started.'),
$this->l->t('- Send chat messages without notifying the recipients in case it is not urgent'),
$this->l->t('New in Talk %s', ['16']),
- $this->l->t('- Emojis can now be now be autocompleted by typing a :'),
- $this->l->t('- Link various items using the new smart-picker by typing a /'),
- $this->l->t('- Moderators can now create breakout rooms (Requires the external signaling server)'),
- $this->l->t('- Calls can now be recorded (Requires the external signaling server)'),
+ $this->l->t('- Emojis can now be autocompleted by typing a ":"'),
+ $this->l->t('- Link various items using the new smart-picker by typing a "/"'),
+ $this->l->t('- Moderators can now create breakout rooms (requires the external signaling server)'),
+ $this->l->t('- Calls can now be recorded (requires the external signaling server)'),
];
}
}