aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 1db0a53..0586f08 100644
--- a/src/api/routes/albums/link/linkEditPOST.js
+++ b/src/api/routes/albums/link/linkEditPOST.js
@@ -24,7 +24,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 successfull' });
+ return res.json({ message: 'Editing the link was successful' });
} catch (error) {
log.error(error);
return res.json({ message: 'There was a problem editing the link' });