Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💬 Minor update to description #373

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"page.airdrop.title": "LikeCoin Airdrop",
"page.iscnId.popup.title": "LikeCoin Publishing Widget",
"page.iscnId.default.title": "ISCN Viewer - Decentralized Publishing - LikeCoin",
"page.iscnId.default.description": "Register a Writing NFT for your content, publish your work on blockchain.",
"page.iscnId.default.description": "Mint Writing NFT for your content. Turn your stories into collectibles.",
"Registration.step": "Step {step}/{total}",
"SearchPage.empty.label": "No record",
"SearchPage.error": "Oops, something went wrong please try again",
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getSitemapRoutes } from './config/sitemap';
import { SITE_URL } from './constant';

const siteDefaultDescription =
'Register a Writing NFT for your content, publish your stories as collectibles.'
'Mint Writing NFT for your content. Turn your stories into collectibles.'

const {
IS_TESTNET,
Expand Down