aboutsummaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-12 05:31:55 +0000
committerPitu <[email protected]>2019-03-12 05:31:55 +0000
commit85ac74483764de66d2be0f6ea1ff84626e32ffff (patch)
tree5c4ca96939be17c82d52c559775bb320573882f1 /src/api
parentPut this on hold (diff)
downloadhost.fuwn.me-85ac74483764de66d2be0f6ea1ff84626e32ffff.tar.xz
host.fuwn.me-85ac74483764de66d2be0f6ea1ff84626e32ffff.zip
Typo
Diffstat (limited to 'src/api')
-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' });