fix: fix typos (#2963)

This commit is contained in:
Jonas Höbenreich
2024-08-05 14:47:25 +02:00
committed by GitHub
parent 3c3798ee98
commit 04c9ead19d
2 changed files with 2 additions and 2 deletions

View File

@@ -2369,7 +2369,7 @@ export const templates: TTemplate[] = [
id: "jmzgbo73cfjswlvhoynn7o0q",
html: {
default:
'<p class="fb-editor-paragraph"><br></p><p class="fb-editor-paragraph" dir="ltr"><b><strong class="fb-editor-text-bold">Read the text below, then answer 2 questions:</strong></b></p><p class="fb-editor-paragraph"><br></p><p class="fb-editor-paragraph" dir="ltr"><span>Insert concept brief here. Add neccessary details but keep it concise and easy to understand.</span></p>',
'<p class="fb-editor-paragraph"><br></p><p class="fb-editor-paragraph" dir="ltr"><b><strong class="fb-editor-text-bold">Read the text below, then answer 2 questions:</strong></b></p><p class="fb-editor-paragraph"><br></p><p class="fb-editor-paragraph" dir="ltr"><span>Insert concept brief here. Add necessary details but keep it concise and easy to understand.</span></p>',
},
type: TSurveyQuestionTypeEnum.CTA,
headline: { default: "We're working on an idea to help with [PROBLEM AREA]." },

View File

@@ -10,7 +10,7 @@ export const ErrorComponent: React.FC = ({}) => {
<div className="ml-3">
<h3 className="text-sm font-medium text-red-800">Error loading resources</h3>
<div className="mt-2 text-sm text-red-700">
<p>This resource doesn&apos;t exist or you don&apos;t have the neccessary rights to access it.</p>
<p>This resource doesn&apos;t exist or you don&apos;t have the necessary rights to access it.</p>
</div>
</div>
</div>