🐛 Fix personalisation bug (#2652)
* fix personlization bug * fix translation issues * fix suggested nodes * update key
This commit is contained in:
@@ -667,13 +667,13 @@
|
||||
"continue": "Continue",
|
||||
"eCommerce": "eCommerce",
|
||||
"errorWhileSubmittingResults": "Error while submitting results",
|
||||
"executiveTeam": "Executive Team",
|
||||
"finance": "finance",
|
||||
"executiveTeam": "Executive team",
|
||||
"finance": "Finance",
|
||||
"getStarted": "Get started",
|
||||
"government": "Government",
|
||||
"healthcare": "Healthcare",
|
||||
"howAreYourCodingSkills": "How are your coding skills",
|
||||
"howBigIsYourCompany": "How big is your company",
|
||||
"howAreYourCodingSkills": "How are your coding skills?",
|
||||
"howBigIsYourCompany": "How big is your company?",
|
||||
"hr": "HR",
|
||||
"iCanCodeSomeUsefulThingsBut": "2. I can code some useful things, but I spend a lot of time stuck",
|
||||
"iCanDoAlmostAnythingIWant": "5. I can do almost anything I want, easily (pro coder)",
|
||||
@@ -682,12 +682,12 @@
|
||||
"iKnowEnoughToBeDangerousBut": "3. I know enough to be dangerous, but I'm no expert",
|
||||
"imNotUsingN8nForWork": "I'm not using n8n for work",
|
||||
"itEngineering": "IT / Engineering",
|
||||
"legal": "legal",
|
||||
"lessThan20people": "Less than 20 people",
|
||||
"legal": "Legal",
|
||||
"lessThan20People": "Less than 20 people",
|
||||
"lookOutForThingsMarked": "Look out for things marked with a ✨. They are personalized to make n8n more relevant to you.",
|
||||
"marketing": "Marketing",
|
||||
"neverCoded": "0 (Never coded)",
|
||||
"operations": "operations",
|
||||
"operations": "Operations",
|
||||
"otherPleaseSpecify": "Other (please specify)",
|
||||
"people": "people",
|
||||
"proCoder": "Pro coder",
|
||||
@@ -704,7 +704,7 @@
|
||||
"thanks": "Thanks!",
|
||||
"theseQuestionsHelpUs": "These questions help us tailor n8n to you",
|
||||
"whichIndustriesIsYourCompanyIn": "Which industries is your company in?",
|
||||
"whichOfTheseAreasDoYouMainlyWorkIn": "Which of these areas do you mainly work in?"
|
||||
"whichAreasDoYouMainlyWorkIn": "Which areas do you mainly work in?"
|
||||
},
|
||||
"pushConnection": {
|
||||
"showMessage": {
|
||||
@@ -1040,4 +1040,4 @@
|
||||
"timeoutWorkflow": "Timeout Workflow",
|
||||
"timezone": "Timezone"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user