Skip to content

Commit 356e083

Browse files
welcoMatticNyholm
authored andcommitted
Update add missing message button label + style (#196)
1 parent 41ff01c commit 356e083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Resources/views/SymfonyProfiler/translation.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<p class="full-width" id="translationResult"></p>
114114

115115
<button type="submit" class="btn">
116-
Send selected translations to SaaS
116+
Add selected messages
117117
</button>
118118

119119
</form>
@@ -171,9 +171,9 @@
171171
</td>
172172
<td width="155px">
173173
{% spaceless %}
174-
<a class="edit" href="javascript:void(0);" onclick='getEditForm("{{ key }}")'>Edit</a>
174+
<a class="edit btn btn-sm" href="javascript:void(0);" onclick='getEditForm("{{ key }}")'>Edit</a>
175175
|
176-
<a class="sync" href="javascript:void(0);" onclick='syncMessage("{{ key }}")'>Sync</a>
176+
<a class="sync btn btn-sm" href="javascript:void(0);" onclick='syncMessage("{{ key }}")'>Sync</a>
177177
{% endspaceless %}
178178
</td>
179179
</tr>

0 commit comments

Comments
 (0)