Skip to content

Commit 43a6f1f

Browse files
committed
feat: shorten dialog titles
1 parent b5204c3 commit 43a6f1f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

app-src/scripts/dialogs/distractions/distractions-c.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="distractions">
44
<md-toolbar>
55
<div class="md-toolbar-tools">
6-
<h2>What is distracting you? Write it down and save it for later!</h2>
6+
<h2>What is distracting you?</h2>
77
<span flex></span>
88
<md-button class="md-icon-button"
99
aria-label="Cancel"

app-src/scripts/dialogs/edit-global-link/edit-global-link-c.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h2>{{vm.editOrAddStr}} {{vm.getGlobalOrTaskStr()}}</h2>
1616
<form ng-submit="vm.saveGlobalLink()">
1717
<md-dialog-content>
1818
<div class="md-dialog-content">
19+
<p ng-if="vm.selectedTask"><strong>Add link to task:<br>{{vm.selectedTask.title}}</strong><br><br></p>
1920
<md-input-container class="md-block">
2021
<label>Title</label>
2122
<input type="text"

app-src/scripts/dialogs/edit-global-link/edit-global-link-c.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app-src/scripts/dialogs/jira-add-worklog/jira-add-worklog-c.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
md-theme="vm.theme">
33
<md-toolbar>
44
<div class="md-toolbar-tools">
5-
<h2>Submit worklog to Jira for "<span ng-bind="vm.taskCopy.originalKey"></span>"</h2>
5+
<h2>Submit worklog for "<span ng-bind="vm.taskCopy.originalKey"></span>"</h2>
66
<span flex></span>
77
<md-button class="md-icon-button"
88
aria-label="Cancel"
@@ -18,7 +18,7 @@ <h2>Submit worklog to Jira for "<span ng-bind="vm.taskCopy.originalKey"></span>"
1818

1919
<md-dialog-content>
2020
<div class="md-dialog-content">
21-
<p>Submit a worklog for "<span ng-bind="vm.taskCopy.title"></span>".</p>
21+
<p>Submit a worklog to Jira for "<span ng-bind="vm.taskCopy.title"></span>".</p>
2222
<p>The current logged work amount on Jira is <strong ng-bind="vm.taskCopy.originalTimeSpent|duration"></strong>.</p>
2323

2424

0 commit comments

Comments
 (0)