mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fixed typo
This commit is contained in:
parent
3f15079463
commit
1b6f55b314
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ limitations under the License.
|
|||
ng-click="insertNew('above')"
|
||||
ng-hide="viewOnly || asIframe || revisionView"
|
||||
ng-class="{'first-paragraph': $first}">
|
||||
<h4 class="plus-sign">+ Add Paragrap</h4>
|
||||
<h4 class="plus-sign">+ Add Paragraph</h4>
|
||||
</div>
|
||||
<div id="{{currentParagraph.id}}_paragraphColumn"
|
||||
ng-include src="'app/notebook/paragraph/paragraph.html'"
|
||||
|
|
@ -137,7 +137,7 @@ limitations under the License.
|
|||
ng-dblclick="paragraphOnDoubleClick(currentParagraph.id);">
|
||||
</div>
|
||||
<div class="new-paragraph last-paragraph" ng-click="insertNew('below');" ng-hide="!$last || viewOnly || asIframe || revisionView">
|
||||
<h4 class="plus-sign">+ Add Paragrap</h4>
|
||||
<h4 class="plus-sign">+ Add Paragraph</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both;height:10px"></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue