Merge pull request #7326 from G-Chubinidze/gc_SCI_10350

Change the placeholder text in New task and Create folder modal [SCI-10350]
This commit is contained in:
aignatov-bio 2024-04-26 10:19:01 +02:00 committed by GitHub
commit 1af9e8b359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@
<div class="sci-input-container-v2" :class="{'error': error}" :data-error="error">
<input type="text" v-model="name"
class="sci-input-field" autofocus="true" ref="input"
:placeholder="i18n.t('projects.index.modal_new_project.name_placeholder')" />
:placeholder="i18n.t('projects.index.modal_new_project_folder.name_placeholder')" />
</div>
</div>
</div>

View file

@ -583,7 +583,7 @@ en:
description: "Give your folder a distinct name to recognize it faster."
modal_title: "Create folder"
name: "New folder name"
name_placeholder: "Name your folder"
name_placeholder: "Enter folder name"
create: "Create folder"
success_flash: "Project folder <strong>%{name}</strong> successfully created."
modal_new_project:
@ -592,7 +592,7 @@ en:
name: "Project name"
name_placeholder: "My project"
team: "Team"
visibility_html: "Make this project visible to all team members <br /> <small class='text-muted'>This will assign all team members to the project with the default role you choose</small>"
visibility_html: "Grant access to this project to all team members"
visibility_hidden: "Project members only"
visibility_visible: "All team members"
modal_edit_project:
@ -1628,7 +1628,7 @@ en:
new_my_module_modal:
title: "Create new task"
name: "Task name"
name_placeholder: "Enter"
name_placeholder: "Enter task name"
due_date: "Due date (optional)"
due_date_placeholder: "Add due date"
assigned_tags_label: "Add tags (optional)"