mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Continued attempt to translate form #2540
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<script>
|
||||
export default {
|
||||
name: "Budget",
|
||||
props: ['transactionType', 'value', 'error'],
|
||||
props: ['transactionType', 'value', 'error','no_budget'],
|
||||
mounted() {
|
||||
this.loadBudgets();
|
||||
// console.log('budget value');
|
||||
@@ -63,7 +63,7 @@
|
||||
axios.get(URI, {}).then((res) => {
|
||||
this.budgets = [
|
||||
{
|
||||
name: '(no budget)',
|
||||
name: this.no_budget,
|
||||
id: 0,
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user