aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes')
-rw-r--r--src/api/routes/albums/link/linkEditPOST.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/albums/link/linkEditPOST.js b/src/api/routes/albums/link/linkEditPOST.js
index 753c496..bb3c41b 100644
--- a/src/api/routes/albums/link/linkEditPOST.js
+++ b/src/api/routes/albums/link/linkEditPOST.js
@@ -25,7 +25,7 @@ class linkEditPOST extends Route {
enableDownload: enableDownload || false,
expiresAt // This one should be null if not supplied
});
- return res.json({ message: 'Editing the link was successfully' });
+ return res.json({ message: 'Editing the link was successfull' });
} catch (error) {
log.error(error);
return res.json({ message: 'There was a problem editing the link' });