Skip to content

Commit 85b6834

Browse files
committed
Merge branch 'develop'
2 parents d1dacb4 + a8d5248 commit 85b6834

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/angular-app/languageforge/lexicon/new-project/non-send-receive/new-project-name.controller.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div class="col-12 col-lg-8">
44
<div class="text-center">
55
<h3 class="no-space-break">Choose a project name</h3>
6-
<div class="alert alert-danger" role="alert">
7-
Creating a non-send/receive project in Language Forge is no longer recommended because of the lack of an export path.
6+
<div class="alert alert-danger" role="alert" style='position: relative'>
7+
Creating a non-send/receive project in Language Forge is no longer recommended because of the lack of an export path.
88
Instead, create a new project from Language Depot to enable Send/Receive with FieldWorks. Data can then be exported through FieldWorks.
99
</div>
1010
</div>
@@ -17,7 +17,6 @@ <h3 class="no-space-break">Choose a project name</h3>
1717
<input class="form-control" type="text" id="project-name"
1818
data-ng-model="$ctrl.npnNewProject.projectName"
1919
data-ng-blur="$ctrl.npnCheckProjectCode()"
20-
data-pui-auto-focus="true"
2120
maxlength="50"
2221
required placeholder="eg: My Dictionary"
2322
data-idle-validate="$ctrl.npnCheckProjectCode()"

0 commit comments

Comments
 (0)