mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: fix typos (#2963)
This commit is contained in:
@@ -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]." },
|
||||
|
||||
@@ -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't exist or you don't have the neccessary rights to access it.</p>
|
||||
<p>This resource doesn't exist or you don't have the necessary rights to access it.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user