diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 6957ca70..273e5604 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -83,7 +83,7 @@
"autoClean": "Since {{- what}} is empty, auto-cleaning is disabled.",
"dataview": "Unable to render dataview query. Please update the dataview plugin to the last version.",
"errorConfig": "Error configuring {{- repo.owner}}/{{- repo.repo}}. Please check your settings.",
- "errorPublish": "Error during upload to {{- repo.owner}}/{{- repo.repo}}:{{- repo.branch}}",
+ "errorPublish": "Error during upload to {{- repo.owner}}/{{- repo.repo}}: {{- repo.branch}}",
"isEmpty": "{{- what}} is empty.",
"mergeconflic": "Pull-request is not mergeable, you need to do it manually.",
"normal": "The 404 error is normal ! It means that the file does not exist yet. Don't worry ❤️.",
@@ -107,8 +107,8 @@
"scanningRepo": "Scanning the repository, may take a while...",
"sendMessage": "Upload {{- nbNotes}} notes to {{- repo.owner}}/{{- repo.repo}}",
"startingClean": "Starting cleaning {{- repo.owner}}/{{- repo.repo}}",
- "successPublishOneNote": "Successfully uploaded {{- file}} to {{- repo.owner}}/{{- repo.repo}}",
- "successfulPublish": "Successfully uploaded {{- nbNotes}} to {{- repo.owner}}/{{- repo.repo}}",
+ "successPublishOneNote": "Successfully uploaded {{- file}} to {{- repo.owner}}/{{- repo.repo}}",
+ "successfulPublish": "Successfully uploaded {{- nbNotes}} to {{- repo.owner}}/{{- repo.repo}}",
"waitingWorkflow": "Now, waiting for the workflow to be completed..."
},
"modals": {
@@ -183,7 +183,7 @@
"slugify": {
"desc": "Standardize the slug of anchor links (pointing to heading title). Transform the slug into all lower case. Replace space with hyphen. Applicable only for anchor links in markdown link syntax.",
"disable": "Disable",
- "lower": "",
+ "lower": "Lower",
"strict": "Convert all to alphanumeric and dashes, including unicode and non latin languages.",
"title": "Sluglify anchor in markdown links"
},