Studio: revises dashboard copy when no courses exist for user
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
<h2 class="title">${_("Welcome, %(name)s!") % dict(name= user.username)}</h2>
|
||||
|
||||
<div class="copy">
|
||||
<p>${_("You don't have any courses you're working on in Studio yet.")}</p>
|
||||
<p>${_("You haven't created any courses in Studio yet.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -187,7 +187,7 @@
|
||||
<h2 class="title">${_("Welcome, %(name)s!") % dict(name= user.username)}</h2>
|
||||
|
||||
<div class="copy">
|
||||
<p>${_("You don't have any courses you're working on in Studio yet.")}</p>
|
||||
<p>${_("You haven't created any courses in Studio yet.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
<h2 class="title">${_("Welcome, %(name)s!") % dict(name= user.username)}</h2>
|
||||
|
||||
<div class="copy">
|
||||
<p>${_("You don't have any courses you're working on in Studio yet.")}</p>
|
||||
<p>${_("You haven't created any courses in Studio yet.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -288,7 +288,7 @@
|
||||
<h2 class="title">${_("Welcome, %(name)s!") % dict(name= user.username)}</h2>
|
||||
|
||||
<div class="copy">
|
||||
<p>${_("You don't have any courses you're working on in Studio yet.")}</p>
|
||||
<p>${_("You haven't created any courses in Studio yet.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -339,7 +339,7 @@
|
||||
<h2 class="title">${_("Welcome, %(name)s!") % dict(name= user.username)}</h2>
|
||||
|
||||
<div class="copy">
|
||||
<p>${_("You don't have any courses you're working on in Studio yet.")}</p>
|
||||
<p>${_("You haven't created any courses in Studio yet.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user