diff --git a/package.json b/package.json index d80db80..0930587 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ass", "version": "0.14.3", - "description": "The superior self-hosted ShareX server", + "description": "The simple self-hosted ShareX server", "main": "ass.js", "engines": { "node": ">=16.14.x", diff --git a/views/opengraph.pug b/views/opengraph.pug index a45d485..7b5283d 100644 --- a/views/opengraph.pug +++ b/views/opengraph.pug @@ -1,4 +1,4 @@ -meta(property='og:title' content='ass - The superior self-hosted ShareX server') +meta(property='og:title' content='ass - The simple self-hosted ShareX server') meta(property='og:type' content='website') meta(property='og:url' content='https://github.com/tycrek/ass') meta(property='og:description' content='ass is a self-hosted ShareX upload server written in Node.js') diff --git a/views/view.pug b/views/view.pug index 4c175ed..a6886b2 100644 --- a/views/view.pug +++ b/views/view.pug @@ -43,4 +43,4 @@ html br span: a.link(href='#' onclick=`window.location = '${resourceAttr.src}?download=yes'; return false;` download=title) Download if showAd - .mx-4.mb-8.text-footer.text-secondary: p Image hosted by #[a.link(href='https://github.com/tycrek/ass' target='_blank'): strong ass], the superior self-hosted ShareX server + .mx-4.mb-8.text-footer.text-secondary: p Image hosted by #[a.link(href='https://github.com/tycrek/ass' target='_blank'): strong ass], the simple self-hosted ShareX server